Add Freenet plugin and WoT subprojects
[fwot.git] / build.gradle
1 subprojects {
2     apply plugin: "java"
3     sourceCompatibility = "1.8"
4
5     repositories {
6         mavenCentral()
7         maven {
8             url "http://maven.pterodactylus.net/"
9         }
10     }
11
12 }
13
14 apply from: "ide.gradle"
15 apply from: "maven.gradle"
16
17 /* vim: set ts=4 sw=4 et: */