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