Skip to content

Commit 6f6fd17

Browse files
committed
[pom] Fix java release version: must be 17
was mixing meta data with source/target at 17 but release at 8, surprising it worked to compile...
1 parent 9ead0cd commit 6f6fd17

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,10 @@
104104
<gcu.product>Spring</gcu.product>
105105
<osgi.import>org.springframework.batch.*;resolution:=optional,*</osgi.import>
106106
<osgi.dynamicImport>*</osgi.dynamicImport>
107+
108+
<!-- Maven compiler options -->
107109
<java.version>17</java.version>
110+
<java.release.version>17</java.release.version>
108111

109112
<mybatis.version>3.5.11</mybatis.version>
110113
<spring.version>6.0.2</spring.version>

0 commit comments

Comments
 (0)