add requires static java.sql
to picocli module-info
#1600
Labels
theme: build
An issue or change related to the build system
theme: module
An issue or change related to JPMS modules
type: API 🔌
type: doc 📘
Milestone
In order to generate modular javadoc (#1298), the
picocli
module info needs this line:Because we have
{@link java.sql.Types}
in the CommandLine.java javadoc.Without that
requires
statement, we get a "reference not found" error:The text was updated successfully, but these errors were encountered: