Fix Maven Repo In Example
ScriptCraft/pipeline/head There was a failure building this commit Details

This commit is contained in:
TheBrokenRail 2020-08-25 11:27:07 -04:00
parent 624193103e
commit c9eb558a3b
1 changed files with 3 additions and 4 deletions

View File

@ -17,10 +17,9 @@ minecraft {
} }
repositories { repositories {
//maven { maven {
// url = uri("https://maven.thebrokenrail.com/") url = uri("https://maven.thebrokenrail.com/")
//} }
mavenLocal()
} }
dependencies { dependencies {