Add IDEA configuration
[fwot.git] / build.gradle
1 apply plugin: 'java'
2
3 sourceCompatibility = "1.8"
4
5 repositories {
6     mavenCentral()
7 }
8
9 dependencies {
10     testCompile "junit:junit:4.12"
11 }
12
13 apply from: "ide.gradle"
14
15 /* vim: set ts=4 sw=4 et: */