javafx-gradle-plugin 8.4.0
New version, new features, and something else is new too π
New:
- introduced
jfxRun
task - introduced
jfxGenerateKeyStore
task - when creating JNLP-files, your can now choose between Blob Signing (which was introduced since JavaFX but seems has never worked, and will be removed from Java 9) or normal signing done by
jarsigner
by providing the new propertynoBlobSigning: true
Improvement:
- added appveyor for building javafx-gradle-plugin on windows
Starting with this release I will keep the javafx-gradle-plugin and the javafx-maven-plugin in sync. This means, that you can compare the features of each plugin by comparing its major- and minor-version-number, I'm using semantic versioning v2.
Next thing will be to create some tests and example-projects.