File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
spring-boot-testjars-maven Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
4748tasks. named(' test' ) {
Original file line number Diff line number Diff 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
3536tasks. named(' test' ) {
You can’t perform that action at this time.
0 commit comments