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
valrepoName= settingKey[String]("The name of the repository under github.com/scala/.")
8
8
valmimaPreviousVersion= settingKey[Option[String]]("The version of this module to compare against when running MiMa.")
9
+
valscalaVersionsByJvm= settingKey[Map[Int, List[(String, Boolean)]]]("For a Java major version (6, 8, 9), a list of Scala version and a flag indicating whether to use this combination for publishing.")
9
10
10
11
privatevalcanRunMima= taskKey[Boolean]("Decides if MiMa should run.")
11
12
privatevalrunMimaIfEnabled= taskKey[Unit]("Run MiMa if mimaPreviousVersion and the module can be resolved against the current scalaBinaryVersion.")
0 commit comments