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 project into core and cli #158

Closed mdedetrich closed 10 months ago

mdedetrich commented 10 months ago

Resolves: https://github.com/lightbend-labs/jardiff/issues/155

@SethTisue FYI, not sure where the release notes (i.e. https://github.com/lightbend-labs/jardiff/issues/151#issue-1970725192) are persisted (if at all) but one of the steps need to be changed, i.e. from

locally, on JDK 8, run sbt core/assembly

to

locally, on JDK 8, run sbt cli/assembly

SethTisue commented 10 months ago

I added a commit that enshrines the release steps