Skip to content

Commit 647f8c9

Browse files
authored
Address gradle toolchain deprecation warning (#333)
1 parent 1a6b388 commit 647f8c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

settings.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ pluginManagement {
33
id("de.undercouch.download") version "5.6.0"
44
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
55
id("com.gradle.develocity") version "4.2.2"
6+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
67
}
78
}
89

910
plugins {
1011
id("com.gradle.develocity")
12+
id("org.gradle.toolchains.foojay-resolver-convention")
1113
}
1214

1315
dependencyResolutionManagement {

0 commit comments

Comments
 (0)