File tree Expand file tree Collapse file tree
buildSrc/src/main/groovy/com/cleanroommc/gradle/helpers/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ def props = project.properties
4747def sysProps = System . getProperties()
4848def details = versionDetails()
4949
50- group ' catserver '
50+ group ' catroom '
5151
5252// version details.lastTag + (project.hasProperty("release") ?
5353// "" : ("+build." + details.commitDistance + (project.hasProperty("run_number") ?
@@ -241,6 +241,9 @@ project(':catroom') {
241241 maven {
242242 url " https://maven.outlands.top/releases/"
243243 }
244+ maven {
245+ url ' https://jitpack.io'
246+ }
244247 }
245248
246249 ext {
@@ -440,8 +443,7 @@ project(':catroom') {
440443 // Added back deprecated features for mods to load up properly
441444 installer " org.ow2.asm:asm-deprecated:$props . asm_deprecated "
442445
443- installer " top.outlands:foundation:0.17.1" // TODO: update
444- // installer "top.outlands:foundation:0.16.3" // TODO: update
446+ installer ' com.github.voidsutdio:foundation:f014b991e3'
445447 installer ' net.lenni0451:Reflect:1.5.0'
446448 installer ' org.javassist:javassist:3.30.2-GA'
447449 installer " zone.rong:imaginebreaker:2.1"
@@ -1108,6 +1110,7 @@ project(':catroom') {
11081110 artifacts. each { key , lib ->
11091111 libraries. add(lib. name)
11101112 }
1113+
11111114 libraries. add(' net.minecraftforge:legacydev:0.2.3.+:fatjar' )
11121115 universalFilters. add(' ^(?!binpatches\\ .pack\\ .lzma$).*$' )
11131116
Original file line number Diff line number Diff line change @@ -152,6 +152,7 @@ class Util {
152152 " https://repo.cleanroommc.com/releases/" ,
153153 " https://maven.arcseekers.com/releases/" ,
154154 " https://maven.minecraftforge.net/" ,
155+ " https://jitpack.io/"
155156 ]
156157 try {
157158 return urlList. stream(). map(original -> original + path)
You can’t perform that action at this time.
0 commit comments