From: Ben Soares Date: Thu, 29 Aug 2019 15:24:59 +0000 (+0100) Subject: JAL-3420 JAL-3424 Changed default JDK compile back to 1.8 X-Git-Tag: Develop-2_11_2_0-d20201215~80^2~28^2~30^2~1 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=fe93eff48b2c80228bc5203dbaacae703e7d30f3;p=jalview.git JAL-3420 JAL-3424 Changed default JDK compile back to 1.8 --- 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