From 73bc7a6569fef30886b32388796df84cfa8d6569 Mon Sep 17 00:00:00 2001 From: Vaci Koblizek Date: Sun, 27 Sep 2020 23:08:45 +0100 Subject: [PATCH] use Java version 10 --- runtime/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/runtime/pom.xml b/runtime/pom.xml index 1a65045..6c9df08 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -28,6 +28,11 @@ David Renshaw https://github.com/dwrensha + + vaci + Vaci Koblizek + https://github.com/vaci + UTF-8 @@ -60,6 +65,8 @@ 3.3 -Xlint:unchecked + 10 + 10