We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8ba82 commit eb94f5aCopy full SHA for eb94f5a
2 files changed
jdk_17_maven/cs/web/spring-petclinic/pom.xml
@@ -46,6 +46,8 @@
46
<maven-checkstyle.version>3.2.2</maven-checkstyle.version>
47
<nohttp-checkstyle.version>0.0.11</nohttp-checkstyle.version>
48
<spring-format.version>0.0.39</spring-format.version>
49
+ <maven.compiler.source>17</maven.compiler.source>
50
+ <maven.compiler.target>17</maven.compiler.target>
51
52
</properties>
53
jdk_17_maven/pom.xml
@@ -55,6 +55,7 @@
55
<plugin>
56
<groupId>org.apache.maven.plugins</groupId>
57
<artifactId>maven-compiler-plugin</artifactId>
58
+ <version>3.5.1</version>
59
<configuration>
60
<source>17</source>
61
<target>17</target>
0 commit comments