Files
Decorative/settings.gradle
Motschen 57c92dbcba Decorative 4.1.0 - 1.17 and code cleanup
Update to 1.17-pre1 and Java 16
Use MidnightLib for configuration, makes the config gui cleaner and accessable without modmenu
2021-05-30 13:13:22 +02:00

11 lines
195 B
Groovy
Executable File

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}