X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=build.gradle;h=151b9c04f4e9b690bdbad16090f015ac21a1e6ae;hb=refs%2Fheads%2Fdevelop;hp=259a60095916b409db50d435aae6153d4f67c1ce;hpb=d32d63300adbcb34f98926d414678960f9b348d5;p=fwot.git diff --git a/build.gradle b/build.gradle index 259a600..151b9c0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,17 @@ -apply plugin: 'java' +subprojects { + apply plugin: "java" + sourceCompatibility = "1.8" -repositories { - mavenCentral() -} + repositories { + mavenCentral() + maven { + url "http://maven.pterodactylus.net/" + } + } -dependencies { - testCompile "junit:junit:4.12" } +apply from: "ide.gradle" +apply from: "maven.gradle" + /* vim: set ts=4 sw=4 et: */