Update pom.xml
This commit is contained in:
parent
9b4e0d8975
commit
3f27377266
1 changed files with 0 additions and 8 deletions
8
pom.xml
8
pom.xml
|
@ -26,13 +26,6 @@
|
|||
<sourceDirectory>src</sourceDirectory>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<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 -->
|
||||
|
@ -40,7 +33,6 @@
|
|||
<release>17</release> <!-- Setze dies auf die gewünschte Java-Version -->
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
||||
</build>
|
||||
|
|
Loading…
Reference in a new issue