Skip to content

Commit 28eb89f

Browse files
authored
Add toolchain auto download (#6574)
1 parent ff54e64 commit 28eb89f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ pluginManagement {
2929
includeBuild("build-logic")
3030
}
3131

32+
plugins {
33+
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
34+
}
35+
3236
rootProject.name = "EssentialsXParent"
3337

3438
// Modules

0 commit comments

Comments
 (0)