This is an automated email from the ASF dual-hosted git repository.
jinterrante pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 24eebf8a9 Update genjavadoc-plugin to 0.19
24eebf8a9 is described below
commit 24eebf8a9ee56f6f6b210a861a881705b98abeec
Author: Scala Steward <[email protected]>
AuthorDate: Tue Mar 12 14:02:05 2024 +0000
Update genjavadoc-plugin to 0.19
---
daffodil-japi/build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/daffodil-japi/build.sbt b/daffodil-japi/build.sbt
index c462e6b48..7207a977b 100644
--- a/daffodil-japi/build.sbt
+++ b/daffodil-japi/build.sbt
@@ -22,7 +22,7 @@ enablePlugins(PublishJavadocPlugin)
// for example 0.18_2.12.15. This is incorrect because the unidoc plugin uses
// crossVersion to figure out the Scala version. This should be set to just the
// version of the genjavadoc plugin, without the Scala version.
-unidocGenjavadocVersion := "0.18"
+unidocGenjavadocVersion := "0.19"
Genjavadoc / sources := (Genjavadoc / sources).value.filterNot { source =>
source.toString.contains("$") || source.toString.contains("packageprivate")