You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.log.warn(s"""MiMa will NOT run because the previous artifact "${organization.value}" % "${name.value}_${scalaBinaryVersion.value}" % "${mimaVer.get}" could not be resolved (note the binary Scala version).""")
193
-
false
194
-
} else {
195
-
true
181
+
vallog= streams.value.log
182
+
mimaPreviousVersion.value match {
183
+
caseNone=>
184
+
log.warn("MiMa will NOT run because no mimaPreviousVersion is provided.")
log.warn(s"""MiMa will NOT run because the previous artifact "${organization.value}" % "${name.value}_${scalaBinaryVersion.value}" % "$mimaVer" could not be resolved (note the binary Scala version).""")
0 commit comments