Skip to content

Commit

Permalink
remove arguments from gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Aug 10, 2024
1 parent 86bd014 commit 50293ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gradle7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
distribution: temurin
java-version: 11

- name: Build plugin using hub gradle version
- name: Setup hub gradle version
uses: gradle/actions/setup-gradle@v3
with:
gradle-version: 7.4 # https://github.com/runelite/plugin-hub/blob/master/package/gradle/wrapper/gradle-wrapper.properties
arguments: -x test # tests are already executed by primary gradle task

- name: Build plugin using hub gradle version
run: ./gradlew shadowJar --exclude-task test # tests are already executed by primary gradle task

0 comments on commit 50293ff

Please sign in to comment.