From eaed3b2187ca778f4c2a7b72ee6e6341a081113e Mon Sep 17 00:00:00 2001 From: comp500 Date: Sat, 10 Aug 2019 01:37:39 +0100 Subject: [PATCH] whoops i java 11'd again --- .idea/misc.xml | 2 +- build.gradle | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 25d34a4..08d187b 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/build.gradle b/build.gradle index 2cab2ff..c36cbaa 100644 --- a/build.gradle +++ b/build.gradle @@ -5,9 +5,7 @@ plugins { id 'com.palantir.git-version' version '0.11.0' } -compileJava { - sourceCompatibility = "1.8" -} +sourceCompatibility = 1.8 dependencies { implementation 'commons-cli:commons-cli:1.4'