fenix/mozilla-detekt-rules/build.gradle
Michael Comella f1159f3558 No issue: remove assertJ.
It was only used for 3 checks so it's not worth having a dependency on
it.
2020-04-02 07:57:19 -07:00

14 lines
289 B
Groovy

apply plugin: 'kotlin'
dependencies {
compileOnly Deps.detektApi
testImplementation Deps.detektApi
testImplementation Deps.detektTest
implementation Deps.kotlin_stdlib
testImplementation Deps.junitApi
testImplementation Deps.junitParams
testRuntimeOnly Deps.junitEngine
}