X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=build.gradle;fp=build.gradle;h=a84625fc6cf59b5bd8094ddad47a33affa983fe6;hb=c22ae93efcd90645b5677f35ae81a9f9c60820f1;hp=259a60095916b409db50d435aae6153d4f67c1ce;hpb=87ec8108e5aeb5a4882eb184319d6a56df5c08d5;p=fwot.git diff --git a/build.gradle b/build.gradle index 259a600..a84625f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,7 @@ apply plugin: 'java' +sourceCompatibility = "1.8" + repositories { mavenCentral() } @@ -8,4 +10,6 @@ dependencies { testCompile "junit:junit:4.12" } +apply from: "ide.gradle" + /* vim: set ts=4 sw=4 et: */