boot 2019-08-12

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

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

(going with maven for the moment)

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