Skip to content

Commit

Permalink
fix: ACI-3054 Save version-independent transforms dirs (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
zsolt-marta-bitrise authored Nov 8, 2024
1 parent 36262e2 commit a7b8640
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 @@ -95,6 +95,7 @@ func (step SaveCacheStep) Run() error {
// Save artifact transforms
// The `**` segment matches the version-specific folder, such as `7.6`.
paths = append(paths, "~/.gradle/caches/**/transforms")
paths = append(paths, "~/.gradle/caches/transforms-*")
}

step.logger.Println()
Expand Down

0 comments on commit a7b8640

Please sign in to comment.