4 lines
116 B
Groovy
4 lines
116 B
Groovy
|
dependencies {
|
||
|
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${project.property('junit4.version')}"
|
||
|
}
|