From 883c4159b6d82aee554dda68f8065e6e83e6c0fc Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 19 Oct 2018 00:49:37 +0700 Subject: [PATCH] Port to OpenJDK 11 --- app.properties | 4 ++-- ivy.xml | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/app.properties b/app.properties index 62b16cd1..b65d4977 100644 --- a/app.properties +++ b/app.properties @@ -35,10 +35,10 @@ link.release.index: https://get.filebot.net/filebot # Build main.class: net.filebot.Main -jre.version: 10.0.2 +jre.version: 11.0.1 # Minimum System Version -jvm.version: 10 +jvm.version: 11 mac.version: 10.10 # Package Information diff --git a/ivy.xml b/ivy.xml index 8f413c72..f93e3020 100644 --- a/ivy.xml +++ b/ivy.xml @@ -2,6 +2,14 @@ + + + + + + + +