File tree Expand file tree Collapse file tree 10 files changed +10
-0
lines changed
java-application-with-custom-tests
java-application-with-reflection
java-application-with-resources
java-application-with-tests
kotlin-application-with-tests
multi-project-with-tests/core
native-config-integration Expand file tree Collapse file tree 10 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ configurations {
6868dependencies {
6969 testImplementation(platform(" org.junit:junit-bom:${ junitVersion} " ))
7070 testImplementation(' org.junit.jupiter:junit-jupiter' )
71+ testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
7172 integTestImplementation project(" :" )
7273}
7374
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ def junitVersion = providers.gradleProperty('junit.jupiter.version')
5858dependencies {
5959 testImplementation(platform(" org.junit:junit-bom:${ junitVersion} " ))
6060 testImplementation(' org.junit.jupiter:junit-jupiter' )
61+ testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
6162}
6263
6364test {
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ def junitVersion = providers.gradleProperty('junit.jupiter.version')
5858dependencies {
5959 testImplementation(platform(" org.junit:junit-bom:${ junitVersion} " ))
6060 testImplementation(' org.junit.jupiter:junit-jupiter' )
61+ testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
6162}
6263
6364test {
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ def junitVersion = providers.gradleProperty('junit.jupiter.version')
5858dependencies {
5959 testImplementation(platform(" org.junit:junit-bom:${ junitVersion} " ))
6060 testImplementation(' org.junit.jupiter:junit-jupiter' )
61+ testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
6162}
6263
6364test {
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ def junitVersion = providers.gradleProperty('junit.jupiter.version').get()
5353dependencies {
5454 testImplementation(platform(" org.junit:junit-bom:${ junitVersion} " ))
5555 testImplementation(' org.junit.jupiter:junit-jupiter' )
56+ testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
5657}
5758
5859graalvmNative {
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ dependencies {
5858 testImplementation(platform(" org.junit:junit-bom:${ junitVersion} " ))
5959 testImplementation ' org.jetbrains.kotlin:kotlin-test'
6060 testRuntimeOnly(" org.junit.jupiter:junit-jupiter" )
61+ testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
6162}
6263
6364application {
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ dependencies {
6060 runtimeOnly(" ch.qos.logback:logback-classic:1.5.18" )
6161 testImplementation(platform(" org.junit:junit-bom:${ junitVersion} " ))
6262 testImplementation(' org.junit.jupiter:junit-jupiter' )
63+ testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
6364}
6465
6566test {
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ dependencies {
1717 compileOnly(" io.micronaut:micronaut-http-client" )
1818 runtimeOnly(" ch.qos.logback:logback-classic" )
1919 testImplementation(" io.micronaut:micronaut-http-client" )
20+ testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
2021}
2122
2223application {
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ dependencies {
5959 implementation(project(" :utils" ))
6060 testImplementation(platform(" org.junit:junit-bom:${ junitVersion} " ))
6161 testImplementation(' org.junit.jupiter:junit-jupiter' )
62+ testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
6263}
6364
6465test {
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ dependencies {
6060
6161 testImplementation(platform(" org.junit:junit-bom:${ junitVersion} " ))
6262 testImplementation(' org.junit.jupiter:junit-jupiter' )
63+ testRuntimeOnly(' org.junit.platform:junit-platform-launcher' )
6364}
6465
6566tasks. withType(Test ). configureEach {
You can’t perform that action at this time.
0 commit comments