We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff54e64 commit 28eb89fCopy full SHA for 28eb89f
1 file changed
settings.gradle.kts
@@ -29,6 +29,10 @@ pluginManagement {
29
includeBuild("build-logic")
30
}
31
32
+plugins {
33
+ id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
34
+}
35
+
36
rootProject.name = "EssentialsXParent"
37
38
// Modules
0 commit comments