mirror of
https://github.com/badvision/jace.git
synced 2024-11-24 15:30:51 +00:00
Updated JavaFX packaging dependency to resolve build issues caused in JDK8u40
This commit is contained in:
parent
d488932dff
commit
16bcc25204
4
pom.xml
4
pom.xml
@ -23,9 +23,9 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>com.zenjava</groupId>
|
<groupId>com.zenjava</groupId>
|
||||||
<artifactId>javafx-maven-plugin</artifactId>
|
<artifactId>javafx-maven-plugin</artifactId>
|
||||||
<version>2.0</version>
|
<version>8.1.2</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
outlawEditor
|
JavaAppleComputerEmulator
|
||||||
<mainClass>jace.JaceApplication</mainClass>
|
<mainClass>jace.JaceApplication</mainClass>
|
||||||
<!-- only required if signing the jar file -->
|
<!-- only required if signing the jar file -->
|
||||||
<keyStoreAlias>example-user</keyStoreAlias>
|
<keyStoreAlias>example-user</keyStoreAlias>
|
||||||
|
Loading…
Reference in New Issue
Block a user