Commit cc4a718
committed
release: address maven-javadoc-plugin issues
maven-javadoc-plugin started failing:
```
Error: ROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.11.3:jar (attach-javadocs) on project scylla-driver-core: MavenReportException: Error while generating Javadoc:
Error: ROR] Exit code: 1
Error: ROR] javadoc: warning - The code being documented uses modules but the packages defined in https://javadoc.io/doc/javax/javaee-api/8.0/ are in the unnamed module.
Error: [ERROR] javadoc: error - Error fetching URL: https://javaee-spec.java.net/nonav/javadocs/
Error: ROR] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
Error: ROR] javadoc: warning - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
```1 parent 9a656d6 commit cc4a718
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| 545 | + | |
545 | 546 | | |
546 | | - | |
| 547 | + | |
547 | 548 | | |
548 | 549 | | |
549 | 550 | | |
550 | 551 | | |
551 | 552 | | |
552 | | - | |
| 553 | + | |
553 | 554 | | |
554 | 555 | | |
555 | 556 | | |
| |||
0 commit comments