Skip to content

Commit 611aa34

Browse files
authored
chore: add foojay resolver Gradle plugin (#178)
1 parent c19f4d7 commit 611aa34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ pluginManagement {
1212
includeBuild("convention-plugins")
1313
}
1414

15+
plugins {
16+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
17+
}
18+
1519
dependencyResolutionManagement {
1620
repositories {
1721
google()

0 commit comments

Comments
 (0)