Update pom.xml
This commit is contained in:
parent
a9435f20b2
commit
9b4e0d8975
1 changed files with 10 additions and 1 deletions
11
pom.xml
11
pom.xml
|
@ -32,7 +32,16 @@
|
|||
<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>
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in a new issue