Skip to content

Commit aca13a6

Browse files
authored
Fix warning about toolchains (#4373)
1 parent 4c282cd commit aca13a6

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
@@ -8,6 +8,10 @@ pluginManagement {
88
}
99
}
1010

11+
plugins {
12+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
13+
}
14+
1115
dependencyResolutionManagement {
1216
repositories {
1317
mavenCentral()

0 commit comments

Comments
 (0)