Skip to content

Commit

Permalink
Include ~/.gradle/caches/modules-*/metadata-* paths (#11)
Browse files Browse the repository at this point in the history
* Include ~/.gradle/caches/modules-*/metadata directory in cache

* Correct metadata directory name
  • Loading branch information
liamnichols authored Apr 21, 2023
1 parent f281185 commit 82f3e4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions step/step.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var paths = []string{

// Dependency AARs
"~/.gradle/caches/modules-*/files-*",
"~/.gradle/caches/modules-*/metadata-*",

// Generated JARs for plugins and build scripts
// The `**` segment matches the version-specific folder, such as `7.6`.
Expand Down

0 comments on commit 82f3e4f

Please sign in to comment.