Update pom.xml

This commit is contained in:
potzplitz 2024-03-03 01:10:55 +01:00 committed by GitHub
parent a9435f20b2
commit 9b4e0d8975
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,15 @@
<release>17</release>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version> <!-- Stelle sicher, dass diese Version Java 17 unterstützt -->
<configuration>
<release>17</release> <!-- Setze dies auf die gewünschte Java-Version -->
</configuration>
</plugin>
</plugins>
</build>