Skip to content

Commit

Permalink
Gradle dependencies: treat *.gradle.kts as a part of the cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Aug 19, 2020
1 parent 140d8d9 commit 1c59269
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ suspend fun gradleDependenciesCache(trigger: ActionsTrigger, path: String, gradl
),
pathDependencies = listOf(
"$path/**/*.gradle",
"$path/**/*.gradle.kts",
"$path/**/gradle/dependency-locking/**",
"$path/**/*.properties",
) + gradleDependenciesCacheKey.map {
Expand Down

0 comments on commit 1c59269

Please sign in to comment.