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

Issue #85: Allow more than one configuration to be given.

Open effad opened this issue 3 years ago • 0 comments

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.

effad avatar Nov 17 '21 13:11 effad