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:
4
.github/workflows/pullrequest.yml
vendored
4
.github/workflows/pullrequest.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
java-version: '17'
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Build with Maven
|
||||
- name: Build
|
||||
run: ./gradlew build
|
||||
|
||||
- name: Archive artifacts (Floodgate Bungee)
|
||||
@@ -42,4 +42,4 @@ jobs:
|
||||
if: success()
|
||||
with:
|
||||
name: Floodgate Velocity
|
||||
path: velocity/build/libs/floodgate-velocity.jar
|
||||
path: velocity/build/libs/floodgate-velocity.jar
|
||||
|
||||
Reference in New Issue
Block a user