Skip to content

Commit 68c162b

Browse files
authored
docs: append --no-daemon option for Windows user (#218)
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
1 parent b02a107 commit 68c162b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ steps:
7575
distribution: 'temurin'
7676
java-version: '11'
7777
cache: 'gradle'
78-
- run: ./gradlew build
78+
- run: ./gradlew build --no-daemon
7979
```
8080

8181
#### Caching maven dependencies

0 commit comments

Comments
 (0)