Skip to content

Commit

Permalink
Disable gradle daemon on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Oct 17, 2020
1 parent 9823461 commit dbe1913
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 @@ -29,4 +29,4 @@ jobs:
${{ runner.os }}-gradlew-
- uses: eskatos/gradle-command-action@v1
with:
arguments: build -S
arguments: build -S --no-daemon

0 comments on commit dbe1913

Please sign in to comment.