File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ buildscript {
66 url = ' https://maven.outlands.top/releases/'
77 }
88 mavenCentral()
9+ gradlePluginPortal()
910 }
1011 dependencies {
1112 classpath ' top.outlands.gradle:ForgeGradle:6.0.+'
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ dependencies {
274274
275275 // Hacks
276276 installer " top.outlands:foundation:0.18.4"
277- installer ' net.lenni0451:Reflect:1.6.1 '
277+ installer ' net.lenni0451:Reflect:1.6.2 '
278278 installer ' org.javassist:javassist:3.30.2-GA'
279279 installer " zone.rong:imaginebreaker:2.1"
280280
@@ -364,7 +364,7 @@ dependencies {
364364 installer ' com.cleanroommc:sponge-mixin:0.20.12+mixin.0.8.7'
365365 installer annotationProcessor(' io.github.llamalad7:mixinextras-common:0.5.3' )
366366
367- testImplementation platform(' org.junit:junit-bom:6.0.0 ' )
367+ testImplementation platform(' org.junit:junit-bom:6.0.2 ' )
368368 testImplementation ' org.junit.jupiter:junit-jupiter'
369369 testImplementation ' org.junit.vintage:junit-vintage-engine'
370370 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
You can’t perform that action at this time.
0 commit comments