This repository was archived by the owner on Sep 26, 2023. It is now read-only.
Commit c7a039e
authored
fix: Fix javadoc generation on Java11 (#1145)
Without this fix gradle fails witht he following error for publishing tasks (like `./gradlew clean publishMavenJavaPublicationToMavenLocal`) when built on `Java 11` (it used to work normally on `Java 8`)
```
javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/7/docs/api/ are in the unnamed module
```1 parent 0512a15 commit c7a039e
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
0 commit comments