Reinstate running of OutputCaptureRuleTests

See gh-19826
This commit is contained in:
dreis2211
2020-01-20 21:27:47 +01:00
committed by Stephane Nicoll
parent cd5691b0f0
commit 042694bc53

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