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

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