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-grpc.git
The following commit(s) were added to refs/heads/main by this push:
new dffd264b re-enable mima checks (#189)
dffd264b is described below
commit dffd264beebada829db71e7ba18d3894ec9dcca0
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Nov 13 12:27:51 2023 +0100
re-enable mima checks (#189)
---
build.sbt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index b377fcae..dace6e6b 100644
--- a/build.sbt
+++ b/build.sbt
@@ -88,7 +88,8 @@ lazy val runtime = Project(id = "runtime", base =
file("runtime"))
.settings(
name := pekkoGrpcRuntimeName,
mimaFailOnNoPrevious := true,
- mimaPreviousArtifacts := Set.empty, // temporarily disable mima checks
+ mimaPreviousArtifacts := previousStableVersion.value.map(v =>
+ Set(organization.value %% "pekko-grpc-runtime" %
v)).getOrElse(Set.empty),
AutomaticModuleName.settings("pekko.grpc.runtime"),
ReflectiveCodeGen.generatedLanguages := Seq("Scala"),
ReflectiveCodeGen.extraGenerators := Seq("ScalaMarshallersCodeGenerator"),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]