Skip to content

Commit c538146

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 10e4234 + bd67ce4 commit c538146

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.+'

projects/cleanroom/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)