We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb1e9f3 + b34b2b9 commit 534198eCopy full SHA for 534198e
sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/SbtMima.scala
@@ -116,8 +116,8 @@ object SbtMima {
116
config <- report.configurations
117
module <- config.modules
118
(artifact, file) <- module.artifacts
119
- // TODO - Hardcode this?
120
if artifact.name == m.name
+ if artifact.classifier.isEmpty
121
} yield file).headOption
122
optFile getOrElse sys.error("Could not resolve previous ABI: " + m)
123
}
0 commit comments