1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-19 14:59:20 +00:00

Remove mention of maven in PR build (#482)

This commit is contained in:
rtm516
2024-01-28 22:52:16 +00:00
committed by GitHub
parent 19391fa253
commit 2886a71480

View File

@@ -20,7 +20,7 @@ jobs:
java-version: '17' java-version: '17'
cache: 'gradle' cache: 'gradle'
- name: Build with Maven - name: Build
run: ./gradlew build run: ./gradlew build
- name: Archive artifacts (Floodgate Bungee) - name: Archive artifacts (Floodgate Bungee)
@@ -42,4 +42,4 @@ jobs:
if: success() if: success()
with: with:
name: Floodgate Velocity name: Floodgate Velocity
path: velocity/build/libs/floodgate-velocity.jar path: velocity/build/libs/floodgate-velocity.jar