This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 ```
- Loading branch information