Fork me on GitHub
#boot
<
2019-08-12
>
nha01:08:11

Has anyone deployed to sonatype using boot before? https://central.sonatype.org/pages/ossrh-guide.html

nha01:08:12

I can create a .jar, but cannot seem to`push`. I may be doing something wrong unrelated to boot though since I get

java.lang.NoSuchMethodError: org.apache.maven.wagon.shared.http.AbstractHttpClientWagon.getBufferCapacityForTransfer(J)I

nha16:08:56

(going with maven for the moment)

pleasetrythisathome20:08:14

hey there i’m running into an issue attempting to aot a class to be imported into a java project. i wrote a boot task to essential (comp (pom) (javac) (uber) (aot) (jar) (target)) however when i try importing the jar into the java project i get Only a type can be imported. taoensso.timbre.appenders resolves to a package