openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
354 stars 62 forks source link

use org.javamodularity:moduleplugin:1.7.0 #78

Closed siordache closed 4 years ago

siordache commented 4 years ago

@tiainen @jperedadnr @abhinayagarwal Please publish a new release containing this PR.

In version 1.7.0, the gradle-modules-plugin fixes several critical issues and is compatible with the newest versions of Gradle.

The javafx-gradle-plugin version 0.0.8 still depends on gradle-modules-plugin 1.5.0, which is buggy and doesn't support Gradle 6.1 or newer.

A new release based on gradle-modules-plugin 1.7.0 will fix issues #59, #75, #76.

geowarin commented 4 years ago

I tested this locally and was able to build a javafx application with gradle 6.4 and openjdk 14. Which opens up access to jpackage via the jlink plugin.

I can't wait for this to get merged! 🤓