Add Freenet plugin and WoT subprojects
[fwot.git] / ide.gradle
1 allprojects {
2     apply plugin: "idea"
3 }
4
5 idea {
6     project {
7         languageLevel = "1.8"
8     }
9 }
10
11 /* vim: set ts=4 sw=4 et: */