diff --git a/meta-client/pom.xml b/meta-client/pom.xml index e08872c8c2..a4762eb371 100644 --- a/meta-client/pom.xml +++ b/meta-client/pom.xml @@ -89,6 +89,36 @@ under the License. + + org.apache.maven.plugins + maven-compiler-plugin + 3.12.1 + + + JDK 8 + compile + + compile + + + ${project.build.outputDirectory}_jdk8 + 8 + true + + + + JDK 11 + compile + + compile + + + 11 + true + + + + org.apache.maven.plugins maven-jar-plugin