JakeWharton / picnic

A Kotlin DSL and Java/Kotlin builder API for constructing HTML-like tables which can be rendered to text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jar for 0.6.0 in maven central is missing the .class files

stephenbyrne-wk opened this issue · comments

The 0.6.0 jar in maven central is missing the .class files.

If you are consuming the project in a non-Gradle build system you need to use the picnic-jvm artifactId rather than just picnic. Unfortunately I can't figure out how to make Gradle have the default artifact be the JVM one to maintain compatibility, sorry. I can try to look into it again...

Using picnic-jvm works. Thank you.