From 0a70b1f3eceadb203c5182334378d95921915f5b Mon Sep 17 00:00:00 2001 From: Julien Gouesse Date: Sun, 26 May 2019 21:28:24 +0200 Subject: Sets the compiler compliance to 1.8 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.gradle') diff --git a/build.gradle b/build.gradle index 7bdaa56..9c4da89 100644 --- a/build.gradle +++ b/build.gradle @@ -7,8 +7,8 @@ version = '1.0-SNAPSHOT' subprojects { apply plugin: 'java' - sourceCompatibility = 1.7 - targetCompatibility = 1.7 + sourceCompatibility = 1.8 + targetCompatibility = 1.8 task packageSources(type: Jar) { classifier = 'sources' -- cgit v1.2.3