Merge pull request #19826 from dreis2211

* pr/19826:
  Reinstate running of OutputCaptureRuleTests

Closes gh-19826
This commit is contained in:
Stephane Nicoll 2020-01-21 09:48:03 +01:00
commit 308d9baec0
1 changed files with 7 additions and 1 deletions

View File

@ -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()
}