Fix Maven Repo In Example
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
This commit is contained in:
parent
624193103e
commit
c9eb558a3b
@ -17,10 +17,9 @@ minecraft {
|
|||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
//maven {
|
maven {
|
||||||
// url = uri("https://maven.thebrokenrail.com/")
|
url = uri("https://maven.thebrokenrail.com/")
|
||||||
//}
|
}
|
||||||
mavenLocal()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Reference in New Issue
Block a user