TheBrokenRail
9cc3eb2a88
All checks were successful
ScriptCraft/pipeline/head This commit looks good
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()
|
|
}
|
|
}
|