forked from liansishen/GTMThings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.gradle
More file actions
29 lines (23 loc) · 897 Bytes
/
settings.gradle
File metadata and controls
29 lines (23 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven { url = "https://maven.neoforged.net/releases"}
maven { url = "https://maven.minecraftforge.net/" }
}
}
dependencyResolutionManagement {
versionCatalogs {
libs {
version("modDevGradleLegacy", "2.0.86")
version("lombok", "8.11")
version("spotless", "7.0.2")
version("jetbrains-annotations", "26.0.1")
plugin("modDevGradleLegacy", "net.neoforged.moddev.legacyforge").versionRef("modDevGradleLegacy")
plugin("lombok", "io.freefair.lombok").versionRef("lombok")
plugin("spotless", "com.diffplug.spotless").versionRef("spotless")
library("jetbrains-annotations", "org.jetbrains", "annotations").versionRef("jetbrains-annotations")
}
}
}
rootProject.name = mod_id