Skip to content

Commit

Permalink
hardcode mima version due to build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Nov 10, 2023
1 parent 58e7023 commit 486b391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ lazy val root = project
GlobalScope / parallelExecution := false)
.enablePlugins(NoPublish)

val mimaCompareVersion = "1.0.0"
lazy val mimaPreviousArtifactsSet = mimaPreviousArtifacts := Set(
organization.value %% name.value % previousStableVersion.value.getOrElse(
throw new Error("Unable to determine previous version")))
organization.value %% name.value % mimaCompareVersion)

lazy val discoveryKubernetesApi = pekkoModule("discovery-kubernetes-api")
.enablePlugins(AutomateHeaderPlugin, ReproducibleBuildsPlugin)
Expand Down

0 comments on commit 486b391

Please sign in to comment.