From 88a8140d701172eea1ee22994c4733fbac1f57bc Mon Sep 17 00:00:00 2001 From: Vaci Koblizek Date: Fri, 23 Oct 2020 15:04:43 +0100 Subject: [PATCH] use Java 14 to compile all modules --- benchmark/pom.xml | 10 ++++++++++ compiler/pom.xml | 2 ++ examples/pom.xml | 11 +++++++++++ runtime/pom.xml | 4 ++-- 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/benchmark/pom.xml b/benchmark/pom.xml index f9f4816..23e3b81 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -42,6 +42,16 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + -Xlint:unchecked + 14 + 14 + + maven-antrun-plugin 3.0.0 diff --git a/compiler/pom.xml b/compiler/pom.xml index d8ff54e..3af6c4d 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -54,6 +54,8 @@ maven-compiler-plugin 3.3 + 14 + 14 -Xlint:unchecked diff --git a/examples/pom.xml b/examples/pom.xml index bf3648e..c0ba836 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -42,6 +42,17 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + 14 + 14 + -Xlint:unchecked + + + maven-antrun-plugin 3.0.0 diff --git a/runtime/pom.xml b/runtime/pom.xml index 6c9df08..9d50d52 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -65,8 +65,8 @@ 3.3 -Xlint:unchecked - 10 - 10 + 14 + 14