Ignore Gradle artifacts
[tbgof.git] / build.gradle
1 apply plugin: 'java'
2
3 repositories {
4     mavenCentral()
5 }
6
7 dependencies {
8     testCompile "junit:junit:4.12"
9 }
10
11 apply from: "ide.gradle"
12 apply from: "coverage.gradle"
13
14 /* vim: set ts=4 sw=4 et: */