11 lines
175 B
Groovy
11 lines
175 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
rootProject.name = 'Soul Steal' |