Initialize repository
[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 /* vim: set ts=4 sw=4 et: */