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.git
The following commit(s) were added to refs/heads/main by this push:
new 13dce0ec69 set mimaPreviousArtifacts := Set.empty to disable mima
checks (#65)
13dce0ec69 is described below
commit 13dce0ec69b685420de8ac6f45b4607c0c536709
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Dec 1 15:32:57 2022 +0100
set mimaPreviousArtifacts := Set.empty to disable mima checks (#65)
Update MiMa.scala
---
project/MiMa.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/MiMa.scala b/project/MiMa.scala
index b1c2ab1274..7cf3c2c21c 100644
--- a/project/MiMa.scala
+++ b/project/MiMa.scala
@@ -23,7 +23,7 @@ object MiMa extends AutoPlugin {
override val projectSettings = Seq(
mimaReportSignatureProblems := true,
- mimaPreviousArtifacts := akkaPreviousArtifacts(name.value,
organization.value, scalaBinaryVersion.value),
+ mimaPreviousArtifacts := Set.empty, // akkaPreviousArtifacts(name.value,
organization.value, scalaBinaryVersion.value),
checkMimaFilterDirectories := checkFilterDirectories(baseDirectory.value))
def checkFilterDirectories(moduleRoot: File): Unit = {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]