domoinc / domo-java-sdk

Java - Domo API SDK
https://developer.domo.com/
MIT License
25 stars 18 forks source link

"bootRepackage" Not Found #2

Closed KSilverman closed 7 years ago

KSilverman commented 7 years ago

I am trying to get the external jars to add to my Domo project. I cloned the respository, but I get this error when I run the command "./gradlew bootRepackage".

err

Any reason as to what could be the cause of this? Thanks!

checketts commented 7 years ago

bootRepackage is a SpringBoot specific task used to create a fat/executable jar. If you are trying to publish to your local maven repo you would use ./gradlew publishToMavenLocal (or shortened to ./gradlew pTML)

I'll update the readme. Sorry about that.

rswingler commented 7 years ago

My mistake; "bootRepackage" is a Spring feature. I'll get this updated.

rswingler commented 7 years ago

@KSilverman I've updated the readme:

Classic Jar Import:

checketts commented 7 years ago

Instead of copying the jars, referencing the local maven repo is better along with installing the jar into whatever maven repo you might use (if you have an internal one).

I'll try to fast track publishing the artifacts. See #1