bump javafx to 16-ea+5

This commit is contained in:
Bixilon 2020-12-08 18:31:42 +01:00
parent 93c6579cc9
commit bea841936b
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -37,6 +37,7 @@
<maven.compiler.source>15</maven.compiler.source> <maven.compiler.source>15</maven.compiler.source>
<maven.compiler.target>15</maven.compiler.target> <maven.compiler.target>15</maven.compiler.target>
<exec.mainClass>de.bixilon.minosoft.Minosoft</exec.mainClass> <exec.mainClass>de.bixilon.minosoft.Minosoft</exec.mainClass>
<javafx.version>16-ea+5</javafx.version>
</properties> </properties>
<dependencies> <dependencies>
@ -58,13 +59,13 @@
<dependency> <dependency>
<groupId>org.openjfx</groupId> <groupId>org.openjfx</groupId>
<artifactId>javafx-controls</artifactId> <artifactId>javafx-controls</artifactId>
<version>16-ea+4</version> <version>${javafx.version}</version>
<type>pom</type> <type>pom</type>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.openjfx</groupId> <groupId>org.openjfx</groupId>
<artifactId>javafx-fxml</artifactId> <artifactId>javafx-fxml</artifactId>
<version>16-ea+4</version> <version>${javafx.version}</version>
<type>pom</type> <type>pom</type>
</dependency> </dependency>
<dependency> <dependency>