openjfx / javafx-gradle-plugin

Gradle plugin that makes it easy to work with JavaFX 11+
https://openjfx.io/
BSD 3-Clause "New" or "Revised" License
347 stars 59 forks source link

Inject classpath into test + use individual test projects #148

Open abhinayagarwal opened 1 year ago

abhinayagarwal commented 1 year ago

We no longer have to depend on a snapshot build of the plugin to run the tests. Instead the plugin is build and its entire classpath in injected into the test.

Fixes #147

sschuberth commented 10 months ago

This PR has conflicts now that https://github.com/openjfx/javafx-gradle-plugin/pull/151 was merged.