10 lines
194 B
Groovy
10 lines
194 B
Groovy
|
pluginManagement {
|
||
|
repositories {
|
||
|
jcenter()
|
||
|
maven {
|
||
|
name = 'Fabric'
|
||
|
url = 'https://maven.fabricmc.net/'
|
||
|
}
|
||
|
gradlePluginPortal()
|
||
|
}
|
||
|
}
|