KiCad-utils/build.gradle

12 lines
161 B
Groovy
Raw Normal View History

2021-01-01 20:59:26 -08:00
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
implementation 'junit:junit:4.12'
}
test {
workingDir("build/resources/test")
}