JFXtras / jfxtras-labs-samples

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

Failed to build #7

Closed malafeev closed 8 years ago

malafeev commented 8 years ago
smalafeev@MacBook-Pro~/Downloads/jfxtras-labs-samples $ gradle build
Download http://jcenter.bintray.com/com/github/jengelman/gradle/plugins/shadow/1.2.2/shadow-1.2.2.pom
Download https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.5/jdom2-2.0.5.pom
Download http://jcenter.bintray.com/com/github/jengelman/gradle/plugins/shadow/1.2.2/shadow-1.2.2.jar
Download https://repo1.maven.org/maven2/org/jdom/jdom2/2.0.5/jdom2-2.0.5.jar

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/smalafeev/Downloads/jfxtras-labs-samples/build.gradle' line: 28

* What went wrong:
A problem occurred evaluating root project 'jfxtras-labs-samples'.
> Failed to apply plugin [class 'com.github.jengelman.gradle.plugins.shadow.ShadowJavaPlugin']
   > Could not create task of type 'ShadowJar'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 9.132 secs

OS X, Java 8, gradle 2.14

tbee commented 8 years ago

I cannot reproduce the issue

jfxtras-labs-samples>gradlew clean build
:clean UP-TO-DATE
:compileJava
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:processResources
:classes
:jar
:signArchives
:assemble
:compileTestJava
:processTestResources
:testClasses
:test
:check
:build

BUILD SUCCESSFUL

Total time: 9.22 secs