Skip to content

Commit

Permalink
Remove --no-daemon.
Browse files Browse the repository at this point in the history
> Since Gradle 3.0, we enable Daemon by default and recommend using it
> for both developers' machines and Continuous Integration servers.

https://docs.gradle.org/current/userguide/gradle_daemon.html#sec:disabling_the_daemon
  • Loading branch information
cpovirk committed Apr 2, 2022
1 parent 777c2e0 commit 886e4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- run: |
./gradlew spotlessCheck build --no-daemon
./gradlew spotlessCheck build
- run: |
./gradlew jspecifySamplesTest -x ensureCheckerFrameworkBuilt --no-daemon
./gradlew jspecifySamplesTest -x ensureCheckerFrameworkBuilt

0 comments on commit 886e4bc

Please sign in to comment.