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).""")
190
-
false
191
-
} else {
192
-
true
178
+
vallog= streams.value.log
179
+
mimaPreviousVersion.value match {
180
+
caseNone=>
181
+
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