You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2022/11/11 19:04:21 UTC

[incubator-pekko-management] branch main updated: remove mima checks (#2)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-management.git


The following commit(s) were added to refs/heads/main by this push:
     new a4d50d1  remove mima checks (#2)
a4d50d1 is described below

commit a4d50d1d1b04e9d20fd7ecb80dcd782f36d74d68
Author: Matthew de Detrich <md...@gmail.com>
AuthorDate: Fri Nov 11 20:04:15 2022 +0100

    remove mima checks (#2)
---
 build.sbt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/build.sbt b/build.sbt
index 4247bb4..06ccf7c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -39,10 +39,7 @@ lazy val `akka-management-root` = project
   )
 
 lazy val mimaPreviousArtifactsSet =
-  mimaPreviousArtifacts := Set(
-      organization.value %% name.value % previousStableVersion.value.getOrElse(
-        throw new Error("Unable to determine previous version"))
-    )
+  mimaPreviousArtifacts := Set.empty // temporarily disable mima checks
 
 lazy val `akka-discovery-kubernetes-api` = project
   .in(file("discovery-kubernetes-api"))


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org