Skip to content

Commit

Permalink
Disable gradle daemon for one-time Java build
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j committed Jul 31, 2024
1 parent e562931 commit c474b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/java/wsgup
chmod a+x gradlew
./gradlew build
./gradlew --no-daemon build
mkdir -p /tmp/upload/java
unzip app/build/distributions/app.zip -d /tmp/upload/java
Expand Down

0 comments on commit c474b31

Please sign in to comment.