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.
1 parent 8a73776 commit fe676fbCopy full SHA for fe676fb
pom.xml
@@ -53,13 +53,14 @@
53
<artifactId>native-maven-plugin</artifactId>
54
</plugin> -->
55
<plugin>
56
- <groupId>org.apache.maven.plugins</groupId>
57
- <artifactId>maven-compiler-plugin</artifactId>
58
- <version>3.10.1</version>
59
- <configuration>
60
- <source>22</source>
61
- <target>22</target>
62
- </configuration>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.10.1</version>
+ <configuration>
+ <source>17</source>
+ <target>17</target>
+ <release>17</release>
63
+ </configuration>
64
</plugin>
65
66
<groupId>org.springframework.boot</groupId>
0 commit comments