Add Freenet plugin and WoT subprojects
[fwot.git] / ide.gradle
index 7f76f61..8df40d5 100644 (file)
@@ -1,3 +1,11 @@
-apply plugin: "idea"
+allprojects {
+    apply plugin: "idea"
+}
+
+idea {
+    project {
+        languageLevel = "1.8"
+    }
+}
 
 /* vim: set ts=4 sw=4 et: */