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