diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 1ba39fbd..328b9444 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -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 \ No newline at end of file + path: velocity/build/libs/floodgate-velocity.jar