lightbend-labs / jardiff

A tool for comparing JAR files, including method bodies and Scala 2 pickled signatures
Apache License 2.0
170 stars 23 forks source link

Split core into core and cli sbt subprojects #155

Closed mdedetrich closed 10 months ago

mdedetrich commented 10 months ago

Currently sbt assembly has a single core project that implements everything however it makes sense to separate the core into core and cli (i.e. the cli runner that uses "commons-cli") with the intent that only core gets published to maven and cli is what the assembly jar is made out of.