Skip to content

Commit

Permalink
Update buildscript (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario authored Mar 18, 2022
1 parent 008160d commit e2183ea
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,14 @@ minecraft {
}

repositories {
maven {
name = "CCL Maven New"
setUrl("https://minecraft.curseforge.com/api/maven")
}
maven {
name = "ChickenBones maven"
setUrl("http://chickenbones.net/maven/")
}
maven {
name = "CurseMaven"
setUrl("https://www.cursemaven.com")
}
}

dependencies {
"deobfCompile"("codechicken:ChickenASM:1.12-1.0.2.9")
"deobfCompile"("codechicken-lib-1-8:CodeChickenLib-1.12.2:3.2.3.358:universal")
"deobfCompile"("curse.maven:codechicken-lib-1-8-242818:2779848")

"deobfCompile"("curse.maven:ae2-extended-life-570458:3649419")

Expand Down

0 comments on commit e2183ea

Please sign in to comment.