Skip to content

Commit

Permalink
don't use gradle daemon for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
dnault committed Feb 21, 2021
1 parent de38a4a commit 9f60679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew check
run: ./gradlew --no-daemon check

0 comments on commit 9f60679

Please sign in to comment.