From 7ccb825a8d660824fe1088135f73285010caa6fe Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Mon, 29 Apr 2024 11:31:25 +0200 Subject: [PATCH] Trigger tests --- play-java-grpc-example/build.sbt | 2 ++ play-scala-grpc-example/build.sbt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/play-java-grpc-example/build.sbt b/play-java-grpc-example/build.sbt index 0022ffbc1..61025714c 100644 --- a/play-java-grpc-example/build.sbt +++ b/play-java-grpc-example/build.sbt @@ -81,3 +81,5 @@ val TestDeps = Seq( // open docs/target/paradox/site/main/index.html lazy val docs = (project in file("docs")) .enablePlugins(ParadoxPlugin) + +// Foo diff --git a/play-scala-grpc-example/build.sbt b/play-scala-grpc-example/build.sbt index d89f0c4a1..b86310de8 100644 --- a/play-scala-grpc-example/build.sbt +++ b/play-scala-grpc-example/build.sbt @@ -84,3 +84,5 @@ Test / javaOptions ++= List("--add-exports=java.base/sun.security.x509=ALL-UNNAM // open docs/target/paradox/site/main/index.html lazy val docs = (project in file("docs")) .enablePlugins(ParadoxPlugin) + +// Foo