Upgrade desktop to JDK 25
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -10,7 +10,7 @@
|
||||
<name>PetShopDesktop</name>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<javafx.version>17.0.10</javafx.version>
|
||||
<javafx.version>25.0.1</javafx.version>
|
||||
<junit.version>5.12.1</junit.version>
|
||||
</properties>
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.13.0</version>
|
||||
<configuration>
|
||||
<release>17</release>
|
||||
<release>25</release>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
||||
Reference in New Issue
Block a user