X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=build.gradle;h=151b9c04f4e9b690bdbad16090f015ac21a1e6ae;hb=ff91b199987d1ed9934400c5271017f9573362f4;hp=a84625fc6cf59b5bd8094ddad47a33affa983fe6;hpb=c22ae93efcd90645b5677f35ae81a9f9c60820f1;p=fwot.git diff --git a/build.gradle b/build.gradle index a84625f..151b9c0 100644 --- a/build.gradle +++ b/build.gradle @@ -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: */