Support sbt-assembly JAR Compatibility Checks #709
kristof-c2fo
started this conversation in
General
Replies: 1 comment
-
I don't know, but https://github.com/lightbend/mima/tree/main/sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin is little enough source code that digging around it in might be productive. I took a glance and it looks like That setting isn't mentioned in the README, but if you do figure something out, a PR with a documentation addition would be welcome. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're looking to compare JARs assembled via sbt-assembly using mima. We have the assembled JARs being published to our local dependencies like so
But when we run
mimaReportBinaryIssues
, it only seems to be comparing against the unassembled JAR. Is there support for checking compatibility across multiple assembled JARs from the same project using mima?Beta Was this translation helpful? Give feedback.
All reactions