graphics/graphics-png/build.gradle

4 lines
192 B
Groovy
Raw Normal View History

dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params:${project.property('junit.version')}"
testImplementation "junit:junit:${project.property('junit4.version')}"
}