Use LTS JavaFX
This commit is contained in:
parent
21fa946011
commit
1187bedc5b
14
pom.xml
14
pom.xml
@ -6,31 +6,23 @@
|
||||
|
||||
<groupId>com.shr4pnel.minesweeper</groupId>
|
||||
<artifactId>libremines</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>1.0</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>21</maven.compiler.source>
|
||||
<maven.compiler.target>21</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>web</id>
|
||||
<properties>
|
||||
<gluonfx.target>web</gluonfx.target>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-controls</artifactId>
|
||||
<version>21.0.3</version>
|
||||
<version>21.0.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.openjfx</groupId>
|
||||
<artifactId>javafx-fxml</artifactId>
|
||||
<version>21.0.3</version>
|
||||
<version>21.0.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build>
|
||||
|
Loading…
x
Reference in New Issue
Block a user