Closed KSilverman closed 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.
My mistake; "bootRepackage" is a Spring feature. I'll get this updated.
@KSilverman I've updated the readme:
Classic Jar Import:
./gradlew publishToMavenLocal
domo-java-sdk-all/build/libs/
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
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".
Any reason as to what could be the cause of this? Thanks!