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

mdedetrich 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 e82d0088 Skip doc publish for plugin-tester
e82d0088 is described below

commit e82d0088f5b34607a80be3a1700c1f2c5347aec5
Author: Matthew de Detrich <[email protected]>
AuthorDate: Sat May 27 23:48:30 2023 +0200

    Skip doc publish for plugin-tester
---
 build.sbt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/build.sbt b/build.sbt
index 5815fe22..fb9ed8a3 100644
--- a/build.sbt
+++ b/build.sbt
@@ -225,6 +225,7 @@ lazy val pluginTesterScala = Project(id = 
"plugin-tester-scala", base = file("pl
   .settings(
     name := s"$pekkoPrefix-plugin-tester-scala",
     (publish / skip) := true,
+    Compile / doc / sources := Seq(),
     fork := true,
     crossScalaVersions := Dependencies.Versions.CrossScalaForLib,
     scalaVersion := scala212,
@@ -237,6 +238,7 @@ lazy val pluginTesterJava = Project(id = 
"plugin-tester-java", base = file("plug
   .settings(
     name := s"$pekkoPrefix-plugin-tester-java",
     (publish / skip) := true,
+    Compile / doc / sources := Seq(),
     fork := true,
     ReflectiveCodeGen.generatedLanguages := Seq("Java"),
     crossScalaVersions := Dependencies.Versions.CrossScalaForLib,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to