This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-indexer.git
The following commit(s) were added to refs/heads/master by this push: new cbf1b5b Return missing entries cbf1b5b is described below commit cbf1b5bcd406c57c24796c3561e3036fe651f27e Author: Tamas Cservenak <ta...@cservenak.net> AuthorDate: Wed Dec 13 23:29:50 2023 +0100 Return missing entries As reporting reports "Java version 1.11 unsupported". --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 0af3e01..4178217 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,9 @@ under the License. <properties> <javaVersion>11</javaVersion> + <!-- Remove these two below when MPOM-449 fixed --> + <maven.compiler.source>${javaVersion}</maven.compiler.source> + <maven.compiler.target>${javaVersion}</maven.compiler.target> <maven.compiler.release>${javaVersion}</maven.compiler.release> <minimalMavenBuildVersion>[3.8.7,)</minimalMavenBuildVersion> <minimalJavaBuildVersion>[17.0.6,)</minimalJavaBuildVersion>