Skip to content

Commit 3eead49

Browse files
committed
Add testRuntimeOnly junit-platform-launcher
1 parent 10bc03a commit 3eead49

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spring-boot-testjars-maven/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ dependencies {
4242
testImplementation 'org.springframework.boot:spring-boot-starter-test'
4343
testImplementation 'org.springframework.boot:spring-boot-starter-web'
4444
testImplementation 'org.springframework:spring-web'
45+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4546
}
4647

4748
tasks.named('test') {

spring-boot-testjars/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ dependencies {
3030
testImplementation 'org.springframework.boot:spring-boot-loader'
3131
testImplementation 'org.springframework.boot:spring-boot-starter-test'
3232
testImplementation 'org.springframework:spring-web'
33+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3334
}
3435

3536
tasks.named('test') {

0 commit comments

Comments
 (0)