Browse Source

Merge pull request #19826 from dreis2211

* pr/19826:
  Reinstate running of OutputCaptureRuleTests

Closes gh-19826
pull/19850/head
Stephane Nicoll 6 years ago
parent
commit
308d9baec0
  1. 8
      spring-boot-project/spring-boot-test/build.gradle

8
spring-boot-project/spring-boot-test/build.gradle

@ -52,4 +52,10 @@ dependencies { @@ -52,4 +52,10 @@ dependencies {
testImplementation 'org.testng:testng'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
}
test {
useJUnit()
useJUnitPlatform()
}

Loading…
Cancel
Save