stevedlawrence commented on a change in pull request #349: Upgrades sbt to
1.3.9, scala to 2.12.11, genjavadoc to 0.16.
URL: https://github.com/apache/incubator-daffodil/pull/349#discussion_r404208066
##########
File path: daffodil-japi/build.sbt
##########
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-addCompilerPlugin("com.typesafe.genjavadoc" %% "genjavadoc-plugin" % "0.11"
cross CrossVersion.full)
+addCompilerPlugin("com.typesafe.genjavadoc" %% "genjavadoc-plugin" % "0.16"
cross CrossVersion.full)
Review comment:
I'm not sure if publishLocal will generate javadocs. The command to do that
is ``sbt daffodil-japi/genjavadoc:doc``. But that works fine on my machine.
It's not clear to me what github actions is doing differently to break this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services