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 {
|
||||
//maven {
|
||||
// url = uri("https://maven.thebrokenrail.com/")
|
||||
//}
|
||||
mavenLocal()
|
||||
maven {
|
||||
url = uri("https://maven.thebrokenrail.com/")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Reference in New Issue
Block a user