FibreFoX / javafx-gradle-plugin

Gradle plugin for JavaFX
Apache License 2.0
427 stars 59 forks source link

Add support for gradle java-library & its fine grained scopes #145

Open thekalinga opened 5 years ago

thekalinga commented 5 years ago

Currently the plugin only bundles dependencies that are in compile scope

But, plugins like java-library allows us to have more fine grained control over which dependency gets used when. It introduces api, implementation & a lot more

Can you add support for this aswell

Thanks!