Add Freenet plugin and WoT subprojects
[fwot.git] / build.gradle
index a84625f..151b9c0 100644 (file)
@@ -1,15 +1,17 @@
-apply plugin: 'java'
+subprojects {
+    apply plugin: "java"
+    sourceCompatibility = "1.8"
 
-sourceCompatibility = "1.8"
+    repositories {
+        mavenCentral()
+        maven {
+            url "http://maven.pterodactylus.net/"
+        }
+    }
 
-repositories {
-    mavenCentral()
-}
-
-dependencies {
-    testCompile "junit:junit:4.12"
 }
 
 apply from: "ide.gradle"
+apply from: "maven.gradle"
 
 /* vim: set ts=4 sw=4 et: */