feat: implement cache-dependency-path option to control caching dependency (#499)

This commit is contained in:
itchyny
2023-11-23 00:43:14 +09:00
committed by GitHub
parent 78078da0cd
commit 9eda6b51cc
14 changed files with 278 additions and 59 deletions

12
__tests__/cache/gradle1/.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache