Skip to content

Commit

Permalink
docs: append --no-daemon option for Windows user (#218)
Browse files Browse the repository at this point in the history
To cache deps successfully even on Windows, it's better to add `--no-daemon` option
to the Gradle build, or the save process will fail due to 'permission denied' error.

refs actions/cache#454
  • Loading branch information
KengoTODA committed Sep 13, 2021
1 parent b02a107 commit 68c162b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -75,7 +75,7 @@ steps:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- run: ./gradlew build
- run: ./gradlew build --no-daemon
```

#### Caching maven dependencies
Expand Down

0 comments on commit 68c162b

Please sign in to comment.