TheBrokenRail
1e16e2bd04
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = "Fabric"
|
|
url = uri("https://maven.fabricmc.net/")
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|
|
|
|
rootProject.name = "ScriptCraft"
|