Skip to content

Commit

Permalink
Correct gradle argument
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftlySplinter authored Feb 12, 2024
1 parent fdf835b commit 59959e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
- name: Build with Gradle
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: build -Pjava_version=${{ matrix.jdk }}
arguments: bootWar -Pjava_version=${{ matrix.jdk }}

0 comments on commit 59959e2

Please sign in to comment.