File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,9 @@ repositories {
123123 maven {
124124 setUrl(" https://files.minecraftforge.net/maven/" )
125125 }
126+ maven {
127+ setUrl(" https://maven.daporkchop.net/" )
128+ }
126129 maven {
127130 setUrl(" https://oss.sonatype.org/content/repositories/public/" )
128131 }
@@ -160,13 +163,14 @@ dependencies {
160163 testImplementation(" it.ozimov:java7-hamcrest-matchers:0.7.0" )
161164 testImplementation(" org.mockito:mockito-core:2.1.0-RC.2" )
162165 testImplementation(" org.spongepowered:launchwrappertestsuite:1.0-SNAPSHOT" )
163- compileOnly(" io.github.opencubicchunks:cubicchunks-api:1.12.2-0.0-SNAPSHOT" )
166+ compileOnly(" io.github.opencubicchunks:cubicchunks-api:1.12.2-0.0.1286.0 -SNAPSHOT" )
164167
165168 if (hasCubicChunksBuild) {
166- testImplementation(" io.github.opencubicchunks:cubicchunks-api:1.12.2-0.0-SNAPSHOT" )
167- runtimeOnly(" io.github.opencubicchunks:cubicchunks:1.12.2-0.0-SNAPSHOT" )
169+ testImplementation(" io.github.opencubicchunks:cubicchunks-api:1.12.2-0.0.1286.0 -SNAPSHOT" )
170+ runtimeOnly(" io.github.opencubicchunks:cubicchunks:1.12.2-0.0.1286.0 -SNAPSHOT" )
168171 } else {
169- testImplementation(fg.deobf(" io.github.opencubicchunks:cubicchunks-api:1.12.2-0.0-SNAPSHOT" ))
172+ testImplementation(fg.deobf(" io.github.opencubicchunks:cubicchunks-api:1.12.2-0.0.1286.0-SNAPSHOT" ))
173+ runtimeOnly(fg.deobf(" io.github.opencubicchunks:cubicchunks:1.12.2-0.0.1286.0-SNAPSHOT" ))
170174 }
171175 if (! System .getProperty(" idea.sync.active" , " false" ).toBoolean()) {
172176 annotationProcessor(" org.spongepowered:mixin:0.8.4:processor" )
You can’t perform that action at this time.
0 commit comments