mirror of https://github.com/sbt/sbt.git
Update mima setting
This commit is contained in:
parent
ef6c65b481
commit
763b05fd91
|
|
@ -303,7 +303,10 @@ lazy val utilCore = project
|
|||
utilCommonSettings,
|
||||
name := "Util Core",
|
||||
Utils.keywordsSettings,
|
||||
mimaSettings
|
||||
mimaSettings,
|
||||
mimaBinaryIssueFilters ++= Seq(
|
||||
exclude[DirectMissingMethodProblem]("sbt.internal.util.Util.majorJavaVersion"),
|
||||
),
|
||||
)
|
||||
|
||||
lazy val utilLogging = project
|
||||
|
|
|
|||
Loading…
Reference in New Issue