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
(complete stacktrace - https://gist.github.com/nha/a6e8d6808857bcea139527bbe24b535c )
(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