We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c938277 commit b363bb3Copy full SHA for b363bb3
build.gradle
@@ -71,7 +71,7 @@ dependencies {
71
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.3'
72
testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT'
73
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
74
- testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.0'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.1'
75
}
76
77
test {
0 commit comments