Skip to content

Commit

Permalink
Use Gradle daemon in CI builds
Browse files Browse the repository at this point in the history
We don't have any specific reason to disable the daemon, and the
official Gradle GitHub Actions guidance recommends enabling it.
  • Loading branch information
lberrymage committed Jan 31, 2024
1 parent 3f0a219 commit 9481dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build with Gradle
run: ./gradlew build --no-daemon
run: ./gradlew build

0 comments on commit 9481dbc

Please sign in to comment.