CenturyLinkCloud / clc-java-sdk

Apache License 2.0
6 stars 4 forks source link

Gradle build fails #209

Closed dirtdad closed 8 years ago

dirtdad commented 8 years ago

Upon doing a gradle build, I get this error

. . . :sdk:javadoc UP-TO-DATE :sdk:javadocJar UP-TO-DATE :sdk:sourcesJar UP-TO-DATE :sdk:signArchives

FAILURE: Build failed with an exception.

. . . I am doing a search on this, but no luck yet. Do you have any suggestions about what to try next to fix this?

ckleban commented 8 years ago

Hello, we will take a look at get back to you soon...

thanks Chris

push1st1k commented 8 years ago

Hello @dirtdad!

As I understand, you'd like to build SDK from sources. Gradle build contains a task for publishing SDK to maven repository. To fix this issue, please open /sdk/build.gradle and comment line apply from: ./publishing.gradle. Or you may pull the latest sources from the repo.

Thanks, Alex