9 lines
180 B
Groovy
9 lines
180 B
Groovy
|
|
pluginManagement {
|
||
|
|
repositories {
|
||
|
|
gradlePluginPortal()
|
||
|
|
mavenCentral()
|
||
|
|
maven { url = "https://maven.fabricmc.net/" }
|
||
|
|
}
|
||
|
|
}
|
||
|
|
rootProject.name = "Citrus"
|