exercism/java/pangram/build.gradle

12 lines
152 B
Groovy
Raw Permalink Normal View History

2016-08-13 23:20:14 +00:00
apply plugin: "java"
apply plugin: "eclipse"
apply plugin: "idea"
repositories {
mavenCentral()
}
dependencies {
testCompile "junit:junit:4.10"
}