File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,10 +78,10 @@ subprojects {
7878 }
7979
8080 dependencies {
81- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.3'
82- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.11.3'
81+ testImplementation platform(' org.junit:junit-bom:5.11.3' )
82+ testImplementation ' org.junit.jupiter:junit-jupiter'
83+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
8384 testImplementation ' org.mockito:mockito-core:5.14.2'
84- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.3'
8585 }
8686
8787 compileJava {
Original file line number Diff line number Diff line change 11# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
22javaLanguageVersion =8
33osgiRequiredCompatibility =1.8
4- version =3.5.3-SNAPSHOT
4+ version =3.5.3
55
66# Ugh, see https://github.com/gradle/gradle/issues/11308
77systemProp.org.gradle.internal.publish.checksums.insecure =true
You can’t perform that action at this time.
0 commit comments