Files
ThisRocks/settings.gradle
Motschen 83279cc769 First release
Yay!
2020-10-29 13:47:16 +01:00

11 lines
195 B
Groovy

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