JAVA-29239 | using jdk 11 (#15446)
This commit is contained in:
parent
6bc1391e1f
commit
64a66af3fc
|
@ -138,6 +138,10 @@
|
|||
<!-- This spring-boot.version is set manually, For upgrading this please refer http://team.baeldung.com/browse/JAVA-2802 -->
|
||||
<spring-boot.version>2.2.6.RELEASE</spring-boot.version>
|
||||
<log4j2.version>2.17.1</log4j2.version>
|
||||
<!-- This spring-boot.version is not compatible with JDK 17 -->
|
||||
<maven.compiler.source>11</maven.compiler.source>
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
<java.version>11</java.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
Loading…
Reference in New Issue