We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 74b34b9 + 6f6fd17 commit c666611Copy full SHA for c666611
pom.xml
@@ -104,7 +104,10 @@
104
<gcu.product>Spring</gcu.product>
105
<osgi.import>org.springframework.batch.*;resolution:=optional,*</osgi.import>
106
<osgi.dynamicImport>*</osgi.dynamicImport>
107
+
108
+ <!-- Maven compiler options -->
109
<java.version>17</java.version>
110
+ <java.release.version>17</java.release.version>
111
112
<mybatis.version>3.5.11</mybatis.version>
113
<spring.version>6.0.2</spring.version>
0 commit comments