Axel Howind
Axel Howind
Thank you! Not yet. It's on my list. I will post here when it's done.
@danielpeintner I have released a patched version of the plugin to plugin central. To use it, change the plugin id in your gradle build script fom `org.beryx.runtime` to `com.dua3.gradle.runtime` and...
> I got co-maintainer status on this project from @siordache some years ago, but I have been too busy with other projects and have not worked with JavaFX in years....
Thank you @siordache. I think I'll have some time on the weekend to make the plugin Java 25 ready (and hopefully Gradle 9).
@masterflitzer I'll look into this on the weekend. I think the current PR might be somewhat outdated.
This PR is obsolete, I am preparing a Java 25 compatible release.
Until a version containing a fix is released, you can use this workaround (change to Groovy syntax if you don't use the Kotlin DSL): - check out the [fork](https://github.com/xzel23/badass-runtime-plugin) containing...
Please consider applying #154 when looking at this, it also includes the ASM update.
I know I'm late (just stumbled over this), but isn't the fact that the plugin is not needed on Java 8 (because JavaFX is included in Java 8) reason enough...
I disagree. There are plenty of reasons not to make the plugin compatible with Java 8, and this has nothing to do with Gradle toolchains: - First of all, your...