Add IDEA configuration
[fwot.git] / build.gradle
index 259a600..a84625f 100644 (file)
@@ -1,5 +1,7 @@
 apply plugin: 'java'
 
+sourceCompatibility = "1.8"
+
 repositories {
     mavenCentral()
 }
@@ -8,4 +10,6 @@ dependencies {
     testCompile "junit:junit:4.12"
 }
 
+apply from: "ide.gradle"
+
 /* vim: set ts=4 sw=4 et: */