Commit 308d9bae authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #19826 from dreis2211

* pr/19826:
  Reinstate running of OutputCaptureRuleTests

Closes gh-19826
parents cd5691b0 042694bc
......@@ -52,4 +52,10 @@ dependencies {
testImplementation 'org.testng:testng'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
}
\ No newline at end of file
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
}
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