From a2662791d07fbe69b4e8f24b968f90c850e9ae60 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Mon, 16 Oct 2017 22:04:41 +0200 Subject: [PATCH] Compile for Java 9 (experimental, GUI-only) --- installer/ant/ant.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/ant/ant.properties b/installer/ant/ant.properties index 07dd1b5f..22c0371d 100644 --- a/installer/ant/ant.properties +++ b/installer/ant/ant.properties @@ -4,8 +4,8 @@ jre.major: 9 jre.build: 181 # Minimum System Version -jvm.version: 1.8 -mac.version: 10.8 +jvm.version: 9 +mac.version: 10.10 # Package Information package.name: filebot