asmyczek / simple-avro

Clojure wrapper for Avro schema and serialization
Apache License 2.0
14 stars 5 forks source link

Corrupted jar on clojars #1

Closed Raynes closed 13 years ago

Raynes commented 13 years ago

I think your 0.0.2 jar on clojars might be corrupted. When I pull it into my project with cake deps, cake throws a "Yo, dude, there is a problem opening that jar file, so... yeah.". I haven't tested it with leiningen.

I pulled the repo and built the jar myself and all is well in the magic kingdom, which leads me to believe that your clojars jar might be corrupted.

asmyczek commented 13 years ago

Thanks for the heads-up. Just pushed a new version (0.3) with support for custom types and verified the jar is correct now.