From 76f2e0c2a21d70ae581deb8f1f5f4edf5fcf6905 Mon Sep 17 00:00:00 2001 From: AsamK Date: Wed, 8 Jul 2015 12:05:56 +0200 Subject: [PATCH] Add sourceCompatibility for java 8 --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index 9ab86781..2731dd95 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,8 @@ apply plugin: 'java' apply plugin: 'application' +sourceCompatibility = "1.8"; + mainClassName = 'cli.Main' repositories {