You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2022/01/20 15:04:06 UTC

[daffodil] branch main updated: Reset genjavadoc-plugin to 0.18

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

slawrence 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 f2f85e0  Reset genjavadoc-plugin to 0.18
f2f85e0 is described below

commit f2f85e0ad516f4652ed4ed80f6dfc981f3deb684
Author: Scala Steward <me...@scala-steward.org>
AuthorDate: Fri Jan 14 08:09:57 2022 -0500

    Reset genjavadoc-plugin to 0.18
---
 daffodil-japi/build.sbt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/daffodil-japi/build.sbt b/daffodil-japi/build.sbt
index b16b63c..c462e6b 100644
--- a/daffodil-japi/build.sbt
+++ b/daffodil-japi/build.sbt
@@ -18,7 +18,11 @@
 enablePlugins(GenJavadocPlugin)
 enablePlugins(PublishJavadocPlugin)
 
-unidocGenjavadocVersion := "0.18_2.12.15"
+// Scala Steward may try to update this version to include the Scala version,
+// 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"
 
 Genjavadoc / sources := (Genjavadoc / sources).value.filterNot { source =>
   source.toString.contains("$") || source.toString.contains("packageprivate")