We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f4225 commit a868bf7Copy full SHA for a868bf7
1 file changed
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'java'
3
id 'java-library'
4
id 'maven-publish'
5
- id 'com.gradleup.shadow' version '9.3.2'
+ id 'com.gradleup.shadow' version '9.4.0'
6
id 'org.jetbrains.gradle.plugin.idea-ext' version '1.4.1'
7
id 'xyz.wagyourtail.unimined' version '1.4.15-kappa'
8
id 'net.kyori.blossom' version '2.2.0'
@@ -110,7 +110,7 @@ dependencies {
110
implementation "com.cleanroommc:assetmover:${propertyString('asset_mover_version')}"
111
}
112
if (propertyBool('enable_junit_testing')) {
113
- testImplementation 'org.junit.jupiter:junit-jupiter:5.7.1'
+ testImplementation 'org.junit.jupiter:junit-jupiter:6.0.3'
114
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
115
116
0 commit comments