Update project JDK to Java 21

Changed the project JDK configuration from Java 17 to Java 21 in `.idea/misc.xml`. This ensures the project uses the latest JDK version for compatibility and feature updates.
This commit is contained in:
2024-12-20 16:34:10 +01:00
parent e54a3c4338
commit 4a4de2c22c

2
.idea/misc.xml generated
View File

@@ -4,7 +4,7 @@
<component name="FrameworkDetectionExcludesConfiguration">
<file type="web" url="file://$PROJECT_DIR$" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="17" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_21" default="true" project-jdk-name="temurin-21" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
<component name="accountSettings">