For #15707: correctly configure JUnit for mozilla-detekt-rules.

Without this, the tests would not run from the command line though they
could run in Android Studio.
upstream-sync
Michael Comella 4 years ago committed by Michael Comella
parent 25d3ea65f5
commit 12e856ca11

@ -15,3 +15,6 @@ dependencies {
testRuntimeOnly Deps.junitEngine
}
test {
useJUnitPlatform {}
}

Loading…
Cancel
Save