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

Gradle plugin for JavaFX

Results 33 javafx-gradle-plugin issues
Sort by recently updated
recently updated
newest added

[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. According to the official document [Fast Finishing](https://docs.travis-ci.com/user/build-matrix/#fast-finishing), if some rows...

fixed bug [issues(#147)](https://github.com/FibreFoX/javafx-gradle-plugin/issues/147).

Hopefully this makes the experience smoother for new users.

Error ``` Build file '/home/klein/Dokumente/Development/Workspace/Java/Office/CreditCardBilling/build.gradle' line: 72 A problem occurred evaluating root project 'CreditCardBilling'. > Failed to apply plugin [id 'javafx-gradle-plugin'] > Could not create task ':jfxJar'. > Unnecessarily replacing...

I know there's already been an issure created for this exact problem, but setting JAVA_HOME hasn't fixed any of my problens. I get that exact error, I have OpenJDK installed.

Running with Gradle 5.1.1 several warnings like the following appear when applying the plugin: Unnecessarily replacing a task that does not exist has been deprecated. This is scheduled to be...

I use this plugin for two years without problems with Oracle JDK (V 8). I want to swtich to openJDK (v8). I began with Mac version no problems. Under Windows,...

bug
Windows
JDK 8

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...

When I try to build with Java 10, the plugin (version 8.8.2) fails with `Couldn't find Ant-JavaFX-library, please make sure you've installed some JDK which includes JavaFX (e.g. OracleJDK or...

enhancement
Mac
needs investigation
JDK 9
JDK 10

Is there an example project with configuration for Java 11+? Currently I get the error `Couldn't find Ant-JavaFX-library, please make sure you've installed some JDK which includes JavaFX (e.g. OracleJDK...