4 lines
105 B
Groovy
4 lines
105 B
Groovy
dependencies {
|
|
testImplementation testLibs.assertj
|
|
testImplementation testLibs.compile.testing
|
|
}
|