On Linux Mint 14, when I run
bash gradlew publish
It doesn't finish and ends up showing an error:
FAILURE: Build failed with an exception.
- Where:
Build file '/home/pablo/src/BuildingYourOwn3DPrinter/build.gradle' line: 36
- What went wrong:
A problem occurred evaluating root project 'BuildingYourOwn3DPrinter'.
Cause: org/jboss/jdocbook/DocBookSchemaResolutionStrategy
Cause: org.jboss.jdocbook.DocBookSchemaResolutionStrategy
- Try:
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
BUILD FAILED
Total time: 9.519 secs
Unfortunately I'm not familiarized with gradle and don't know how to solve it :-(
On Linux Mint 14, when I run
bash gradlew publish
It doesn't finish and ends up showing an error:
FAILURE: Build failed with an exception.
Build file '/home/pablo/src/BuildingYourOwn3DPrinter/build.gradle' line: 36
A problem occurred evaluating root project 'BuildingYourOwn3DPrinter'.
Cause: org/jboss/jdocbook/DocBookSchemaResolutionStrategy
Cause: org.jboss.jdocbook.DocBookSchemaResolutionStrategy
Run with --stacktrace option to get the stack trace. Run with --debug option to get more log output.
BUILD FAILED
Total time: 9.519 secs
Unfortunately I'm not familiarized with gradle and don't know how to solve it :-(