Skip to content

Commit

Permalink
perf: added kts files to cache key (#48)
Browse files Browse the repository at this point in the history
* perf: added kts files to cache key
  • Loading branch information
ryanbourdais authored Jun 27, 2022
1 parent 296c2d7 commit 25d88f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/restore-gradle-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
Use this to customize how the find command is used to look for relevant
file changes.
type: string
default: ". -name 'build.gradle'"
default: . -type f \( -name 'build.gradle' -o -name 'settings.gradle' -o -name 'build.gradle.kts' -o -name 'settings.gradle.kts' \)
steps:
- run:
environment:
Expand Down

0 comments on commit 25d88f5

Please sign in to comment.