4 lines
No EOL
192 B
Groovy
4 lines
No EOL
192 B
Groovy
dependencies {
|
|
testImplementation "org.junit.jupiter:junit-jupiter-params:${project.property('junit.version')}"
|
|
testImplementation "junit:junit:${project.property('junit4.version')}"
|
|
} |