updated private cloud jdk version

This commit is contained in:
strawmanbobi
2025-04-21 12:51:33 +08:00
parent f737e30516
commit f84bd13f85
2 changed files with 8 additions and 1 deletions

View File

@@ -10,7 +10,6 @@
</profile>
</annotationProcessing>
<bytecodeTargetLevel>
<module name="private-server" target="1.8" />
<module name="wrapper" target="1.5" />
</bytecodeTargetLevel>
</component>

View File

@@ -99,6 +99,14 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>7</source>
<target>7</target>
</configuration>
</plugin>
</plugins>
</build>