javafx-gradle-plugin
javafx-gradle-plugin copied to clipboard
Issue #85: Allow more than one configuration to be given.
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 JavaFX as well and have their own configuration (testFixturesApi). Note that if this PR is acceptable, README.md should also be edited to reflect the possibility of multiple configurations.