JFXtras / jfxtras-labs-samples

Samples for JFXtras-labs
Other
24 stars 21 forks source link

Gradle project on NetBeans #8

Open njss opened 8 years ago

njss commented 8 years ago

When I open the Gradle project in NetBeans and Build it, I get this error:

AILURE: Build failed with an exception.

BUILD FAILED

Total time: 0.226 secs

tbee commented 8 years ago

It seems that you have problems downloading the shadow plugin. I verified that it is present and even upgraded to a newer version (1.2.3) of the plugin. This does not seem to be a JFXtras related problem.

If you run "gradlew clean shadow" does it correctly compile and generate a single (shadow) jar?