We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda633d commit 39fb443Copy full SHA for 39fb443
1 file changed
settings.gradle.kts
@@ -9,6 +9,10 @@ pluginManagement {
9
}
10
11
12
+plugins {
13
+ id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
14
+}
15
+
16
dependencyResolutionManagement {
17
repositories {
18
mavenCentral()
0 commit comments