File tree Expand file tree Collapse file tree
sdk-spring-boot-kotlin-starter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ dependencies {
1616
1717 testImplementation(libs.junit.jupiter)
1818 testImplementation(libs.assertj)
19+ testRuntimeOnly(libs.junit.platform.launcher)
1920}
2021
2122tasks.withType<Javadoc > { isFailOnError = false }
Original file line number Diff line number Diff line change 5858 [libraries .junit-jupiter .version ]
5959 ref = ' junit'
6060
61+ [libraries .junit-platform-launcher ]
62+ module = ' org.junit.platform:junit-platform-launcher'
63+ # TODO align this with ref = junit once bumped to junit 6
64+ version = ' 1.14.2'
65+
6166 [libraries .kotlinx-coroutines-core ]
6267 module = ' org.jetbrains.kotlinx:kotlinx-coroutines-core'
6368
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
6868 testImplementation(libs.kotlinx.serialization.core)
6969 testImplementation(libs.vertx.junit5)
7070 testImplementation(libs.vertx.kotlin.coroutines)
71- testRuntimeOnly(" org .junit.platform:junit-platform- launcher" )
71+ testRuntimeOnly(libs .junit.platform. launcher)
7272}
7373
7474// Configure source sets for protobuf plugin and jsonschema2pojo
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ dependencies {
1818
1919 testImplementation(libs.junit.jupiter)
2020 testImplementation(libs.assertj)
21- testRuntimeOnly(" org .junit.platform:junit-platform- launcher" )
21+ testRuntimeOnly(libs .junit.platform. launcher)
2222}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020
2121 testImplementation(libs.junit.jupiter)
2222 testImplementation(libs.assertj)
23- testRuntimeOnly(" org .junit.platform:junit-platform- launcher" )
23+ testRuntimeOnly(libs .junit.platform. launcher)
2424}
2525
2626tasks.withType<Javadoc > { isFailOnError = false }
Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ dependencies {
1616
1717 testImplementation(libs.junit.jupiter)
1818 testImplementation(libs.assertj)
19- testRuntimeOnly(" org .junit.platform:junit-platform- launcher" )
19+ testRuntimeOnly(libs .junit.platform. launcher)
2020}
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ dependencies {
2828 testImplementation(project(" :sdk-core" ))
2929 testImplementation(libs.jackson.annotations)
3030 testImplementation(libs.jackson.databind)
31- testRuntimeOnly(" org .junit.platform:junit-platform- launcher" )
31+ testRuntimeOnly(libs .junit.platform. launcher)
3232}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 testImplementation(libs.jackson.databind)
3838 testImplementation(project(" :sdk-serde-jackson" ))
3939 testImplementation(project(" :sdk-testing" ))
40- testRuntimeOnly(" org .junit.platform:junit-platform- launcher" )
40+ testRuntimeOnly(libs .junit.platform. launcher)
4141}
4242
4343tasks.withType<JavaCompile > {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939 testImplementation(libs.spring.boot.starter)
4040 testImplementation(libs.spring.boot.starter.json)
4141 testImplementation(libs.spring.boot.starter.test)
42- testRuntimeOnly(" org .junit.platform:junit-platform- launcher" )
42+ testRuntimeOnly(libs .junit.platform. launcher)
4343}
4444
4545tasks.withType<JavaCompile > { options.compilerArgs.add(" -parameters" ) }
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ dependencies {
2424 testImplementation(libs.assertj)
2525 testImplementation(libs.junit.jupiter)
2626 testImplementation(libs.log4j.core)
27- testRuntimeOnly(" org .junit.platform:junit-platform- launcher" )
27+ testRuntimeOnly(libs .junit.platform. launcher)
2828}
You can’t perform that action at this time.
0 commit comments