Returned to JDK21

This commit is contained in:
genuineparts 2025-05-29 10:27:51 +02:00
parent c951776d65
commit 5a99f6b2d8
2 changed files with 3 additions and 3 deletions

2
.idea/misc.xml generated
View file

@ -8,7 +8,7 @@
</list> </list>
</option> </option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_24" project-jdk-name="corretto-16" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_24" project-jdk-name="openjdk-23" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
</project> </project>

View file

@ -93,8 +93,8 @@
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version> <version>3.13.0</version>
<configuration> <configuration>
<source>16</source> <source>21</source>
<target>16</target> <target>21</target>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>