Skip to content

Commit

Permalink
Remove mention of maven in PR build (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 authored Jan 28, 2024
1 parent 19391fa commit 2886a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
java-version: '17'
cache: 'gradle'

- name: Build with Maven
- name: Build
run: ./gradlew build

- name: Archive artifacts (Floodgate Bungee)
Expand All @@ -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

0 comments on commit 2886a71

Please sign in to comment.