Files
everything-on-a-stick/settings.gradle
NikkyAI 33ecb40f61 use plugins block for fabric-loom
add .gitignore
2018-11-06 11:28:20 +01:00

10 lines
193 B
Groovy

pluginManagement {
repositories {
jcenter()
maven {
name = 'Fabric'
url = 'http://maven.modmuss50.me/'
}
gradlePluginPortal()
}
}