From fe93eff48b2c80228bc5203dbaacae703e7d30f3 Mon Sep 17 00:00:00 2001 From: Ben Soares Date: Thu, 29 Aug 2019 16:24:59 +0100 Subject: [PATCH] JAL-3420 JAL-3424 Changed default JDK compile back to 1.8 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 3a0ef3f..dfb80f1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ jalviewDir = . -#JAVA_VERSION = 1.8 -JAVA_VERSION = 11 +JAVA_VERSION = 1.8 +#JAVA_VERSION = 11 JALVIEW_VERSION = DEVELOPMENT INSTALLATION = Source jalview_keystore = keys/.keystore -- 1.7.10.2