Skip to content

Commit 292ca55

Browse files
committed
✨ feature(gradle): added foojay-resolver plugin
1 parent bca5293 commit 292ca55

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

settings.gradle.kts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
rootProject.name = "ExampleMod"
2-
31
pluginManagement {
42
repositories {
53
gradlePluginPortal()
64
maven("https://jitpack.io")
75
}
8-
}
6+
}
7+
8+
plugins {
9+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
10+
}
11+
12+
rootProject.name = "ExampleMod"

0 commit comments

Comments
 (0)