Skip to content

Commit b7c33cd

Browse files
authored
Fix gradle deprecation warning (#2380)
1 parent 38257c5 commit b7c33cd

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("com.gradleup.shadow") version "9.2.2"
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)