javafx-gradle-plugin
javafx-gradle-plugin copied to clipboard
Gradle plugin that makes it easy to work with JavaFX 11+
The plugin seems to rework the arguments of the `java` executable invoked to run the program when Gradle's `run` task is used. What happens is that a few arguments meant...
This PR fixes the problem that only one configuration can be specified which makes it impossible to use the plugin in conjunction with gradle test-fixtures (https://docs.gradle.org/current/userguide/java_testing.html#sec:java_test_fixtures) that need to access...
The JavaFX gradle plugin applies the required platform-dependent classifier to any JavaFX module included in a project. But if this project is being published with the `maven` plugin, this plugin...
Using a combination of JavaFX SDK and dependencies on a modular HelloFX project results in multiple `javafx-controls` jars on the module path. For example: ``` javafx { sdk = "location-to-javafx-sdk-11"...
From 5.1.1 to at least 6.8.3 or even 7.0.1
It seems platform is currently detected here: https://github.com/openjfx/javafx-gradle-plugin/blob/master/src/main/java/org/openjfx/gradle/JavaFXOptions.java#L60 Is setting this / overriding this currently supported? Didn't seem so from documentation. Basically instead of detecting, can we make an option...
#41 allows to remove platform lock, but it does not provide full cross-platform support requested by #18 and #35. The proposal has several parts: - [ ] Automatically declare javafx...
Maybe this is not an actual issue, but here are the steps I followed. I'm using IntelliJ, JDK14, Gradle 6.4. I took your sample, which compiled and ran fine, and...
How to reproduce: - Gradle version 6.7.1 - JavaFX plugin version 0.0.9 Given a modular project with a module-info.java in its main root. And the following Gradle config: ``` java...
Encountered the following error after updating to plugin version `0.0.9` with Gradle 6.6 and Java 11: ``` edison:tracejump breandan$ ./gradlew run > Configure project : Project : => 'tracejump' Java...