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