Skip to content

Commit f8d9b0a

Browse files
committed
Enforce Java version 11 for build
1 parent 435c885 commit f8d9b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
<maven.compiler.release>8</maven.compiler.release>
308308
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
309309
<!-- JDK version of the main Maven process (used in ASF parent POM) -->
310-
<minimalJavaBuildVersion>[11, )</minimalJavaBuildVersion>
310+
<minimalJavaBuildVersion>[11,12)</minimalJavaBuildVersion>
311311
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
312312
<!-- Fixed `project.build.outputTimestamp` is required for reproducible builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
313313
<project.build.outputTimestamp>1676697577</project.build.outputTimestamp>

0 commit comments

Comments
 (0)