clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
2018-04-10T21:38:11.000280Z

I'm trying to deploy to clojars a 23mb jar JNA/Clojure app, and I'm getting

Return code is: 413, ReasonPhrase: Request Entity Too Large.
what's the size limit?

2018-04-10T21:47:16.000423Z

and if it's lower, is there any way to get it raised ?

danielcompton 2018-04-10T22:12:06.000049Z

Might be 20 mb

danielcompton 2018-04-10T22:13:03.000399Z

Yep 20mb

danielcompton 2018-04-10T22:13:24.000365Z

Can you give us more info on the project?

2018-04-10T22:14:17.000230Z

yes, it's the infamous overtone 🙂 https://github.com/overtone/scsynth I see now why previously Sam Aaron had these files in two repos, which made little sense to me, namely the overtone/scsynth and overtone/scsynth-extras

2018-04-10T22:22:30.000073Z

I may be able to slim the size, there are some of these native plugins that don't have any overtone bindings at the moment.

2018-04-10T23:56:24.000001Z

nevermind, solved it by splitting it into two artifacts like before