Commit 042694bc authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Reinstate running of OutputCaptureRuleTests

See gh-19826
parent cd5691b0
...@@ -52,4 +52,10 @@ dependencies { ...@@ -52,4 +52,10 @@ dependencies {
testImplementation 'org.testng:testng' testImplementation 'org.testng:testng'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
} testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
\ No newline at end of file }
test {
useJUnit()
useJUnitPlatform()
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment