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
361 stars 62 forks source link

Bump org.javamodularity.moduleplugin version to 1.8.12 to fix Kotlin 1.7+ compatibility #138

Closed Tapchicoma closed 1 year ago

Tapchicoma commented 1 year ago

org.javamodularity.moduleplugin:1.8.12 release has fixed compatibility with Kotlin Gradle Plugin 1.7.0.

Would be nice to bump this dependency in this repo and make a new release. This unblock users to migrate to newer Kotlin versions.

miasma commented 1 year ago

Hopefully a new release will appear soon. This seems to block the use of Kotlin 1.7+ (now already at 1.8). The commit https://github.com/openjfx/javafx-gradle-plugin/commit/8debd334eba3729b7d583b586d143618f2df2fba also seems to already fix this so only a new release is needed.

dargmuesli commented 1 year ago

@abhinayagarwal would you be able to release a new version by any chance? :raised_hands: edit: @erwin1 maybe you could patch the release?

raoulsson commented 1 year ago

I really need this so I patched together a temporary fix here: https://github.com/raoulsson/javafx-gradle-plugin. If it works, make sure to switch back to the original, once the next working release is out.

abhinayagarwal commented 1 year ago

v0.0.14 is now available