Skip to content

Commit

Permalink
push.yml: enable the Gradle Daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 20, 2025
1 parent ce3bbb5 commit 1e638c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
distribution: 'zulu'
java-version: 11
- uses: gradle/actions/wrapper-validation@v4
- run: ./gradlew build --console=plain --no-daemon --stacktrace
- run: ./gradlew build --console=plain --stacktrace
- uses: actions/upload-artifact@v4
with:
name: linux build
Expand All @@ -30,7 +30,7 @@ jobs:
with:
distribution: 'zulu'
java-version: 23
- run: ./gradlew build --console=plain --no-daemon --stacktrace
- run: ./gradlew build --console=plain --stacktrace
shell: bash
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 1e638c0

Please sign in to comment.