33ecb40f61
add .gitignore
10 lines
No EOL
193 B
Groovy
10 lines
No EOL
193 B
Groovy
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'http://maven.modmuss50.me/'
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
} |