From fd2131e6dd37d8ef07ac05093bfafe7141704b11 Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Sat, 13 Feb 2021 14:25:42 +0100 Subject: [PATCH] sourceCompatibility = 1.8 --- .classpath | 28 ++++++++++++++++++++-------- build.gradle | 2 ++ 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/.classpath b/.classpath index 49767e5..13e21d2 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,20 @@ - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/build.gradle b/build.gradle index ad790ae..4d1c0f6 100644 --- a/build.gradle +++ b/build.gradle @@ -6,6 +6,8 @@ plugins { apply plugin: 'java-library' apply plugin: 'maven-publish' +sourceCompatibility = 1.8 + group 'de.inetsoftware' archivesBaseName = 'jwebassembly-compiler' version = '0.3'