graphics/graphics-png/build.gradle

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')}"
}