boot

:boot-clj: https://boot-clj.github.io/ ā€” build tooling for Clojure. Dev chat in #boot-dev
2019-08-12T01:20:11.019Z

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

2019-08-12T01:21:12.019900Z

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

2019-08-12T01:21:56.020100Z

(complete stacktrace - https://gist.github.com/nha/a6e8d6808857bcea139527bbe24b535c )

2019-08-12T16:44:56.020700Z

(going with maven for the moment)

pleasetrythisathome 2019-08-12T20:15:14.022800Z

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