Skip to content

Commit

Permalink
Add gradle/libs.versions.toml to the default dependency paths (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampire authored Feb 3, 2023
1 parent 69925e9 commit e0072f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ suspend fun gradleDependenciesCache(trigger: ActionsTrigger, path: String, gradl
"$path/**/*.gradle.kts",
"$path/**/gradle/dependency-locking/**",
"$path/**/*.properties",
"$path/gradle/libs.versions.toml",
) + gradleDependenciesCacheKey.map {
(if (it.startsWith("!")) "!" else "") +
"$path/**/" + it.trim().trimStart('!')
Expand All @@ -88,4 +89,3 @@ suspend fun mavenDependenciesCache(trigger: ActionsTrigger, path: String, mavenL
"$path/**/pom.xml",
),
)

0 comments on commit e0072f5

Please sign in to comment.