File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ dependencies {
1515 testImplementation ' ch.qos.logback:logback-classic:1.3.15'
1616 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1717 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
18- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1918}
2019
2120test {
Original file line number Diff line number Diff line change @@ -14,3 +14,7 @@ dependencies {
1414 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
1515 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
1616}
17+
18+ test {
19+ useJUnitPlatform()
20+ }
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ buildscript {
55 }
66 }
77 dependencies {
8- classpath " gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
98 classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.4"
109 classpath " com.gradle:common-custom-user-data-gradle-plugin:2.0.1"
1110 }
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ buildscript {
55 }
66 }
77 dependencies {
8- classpath " gradle.plugin.ch.myniva.gradle:s3-build-cache:0.10.0"
98 classpath " com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.4"
109 classpath " com.gradle:common-custom-user-data-gradle-plugin:2.0.1"
1110 }
You can’t perform that action at this time.
0 commit comments