From 50b751a8c545ab1084d796cdfd314d0e69c467af Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Thu, 5 Oct 2017 23:47:01 +0200 Subject: [PATCH] Prototype support for Java 9 (Windows x64 build 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 6bfe9a19..07dd1b5f 100644 --- a/installer/ant/ant.properties +++ b/installer/ant/ant.properties @@ -1,7 +1,7 @@ # Build main.class: net.filebot.Main -jre.major: 8 -jre.build: 144 +jre.major: 9 +jre.build: 181 # Minimum System Version jvm.version: 1.8