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'
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user