javafx-gradle-plugin icon indicating copy to clipboard operation
javafx-gradle-plugin copied to clipboard

Gradle plugin that makes it easy to work with JavaFX 11+

Results 62 javafx-gradle-plugin issues
Sort by recently updated
recently updated
newest added

While the plugin itself is not useful in a build using JDK 8, it cannot be included and conditionally applied without jumping through hoops: ```groovy buildscript { repositories { maven...

Hi, the documentation says: " The plugin only includes binaries for the platform running the build. " But when importing the project into IntelliJ on Mac, Gradle provides the dependencies...

I cannot run the gradle test to test the spring boot javafx application, I got this error when I run `gradle test` ``` java.lang.LayerInstantiationException: Package io.learning.dauto.test in both module io.dauto.main...

Gradle is rather slow. So it can be preferable to use the IntelliJ build and run system when possible, which is better integrated and less visually noisy. Unfortunately this doesn't...

Would be nice to have a task to allow user to quickly download the OS-specific, non-LTS JavaFX SDK based on where the Gradle build is being executed. ```$ gradle downloadFXsdk```...

Hello, To begin I must say that this plugin greatly simplified my life. Thank you so much. But there is a detail that I do not understand, which is perfectly...

Would it be possible to add support for jdk.packager.services / UserJvmOptionsService in the plugin? The feature was available in Danny Althoff's [javafx-gradle-plugin](https://github.com/FibreFoX/javafx-gradle-plugin) but it hasn't been updated in years.

The Kotlin DSL for Gradle has been fairly recently introduced. Nonetheless, it is already the default syntax for use for Android development. Having to translate example code from Groovy syntax...

There is a kotlin example for modular projects: https://github.com/ilya-g/kotlin-jlink-examples When adding this plugin to the main app, it won't work anymore. I don't know if this is due to this...

It looks like if the jar is built on a Linux machine, it will skip required libraries for windows and it won't work on windows 10.