Skip to content

Commit

Permalink
put back mima remove git settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yisraelU committed Jun 6, 2024
1 parent f1af260 commit bc3826e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/MimaVersionPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ object MimaVersionPlugin extends AutoPlugin {
)
}
}

/*
override def buildSettings: Seq[Setting[_]] =
GitPlugin.autoImport.versionWithGit ++ Seq(
git.gitTagToVersionNumber := {
Expand Down Expand Up @@ -73,9 +73,9 @@ object MimaVersionPlugin extends AutoPlugin {
git.gitCurrentTags := Try(
"git tag --contains HEAD".!!.trim.split("\\s+").toList.filter(_ != "")
).toOption.toList.flatten
)
)*/

/* override def projectSettings: Seq[Setting[_]] = Seq(
override def projectSettings: Seq[Setting[_]] = Seq(
isMimaEnabled := false,
mimaReportBinaryIssuesIfRelevant := filterTaskWhereRelevant(
mimaReportBinaryIssues
Expand Down Expand Up @@ -135,5 +135,5 @@ object MimaVersionPlugin extends AutoPlugin {
.toSet
}
}
)*/
)
}

0 comments on commit bc3826e

Please sign in to comment.