TheBrokenRail
0e3b0cbc87
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
jcenter()
|
|
maven {
|
|
name = "Fabric"
|
|
url = uri("https://maven.fabricmc.net/")
|
|
}
|
|
maven {
|
|
url = uri("https://maven.thebrokenrail.com/")
|
|
}
|
|
gradlePluginPortal()
|
|
}
|
|
}
|