We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module-info.java requires Java 9 so the source should be specified as 9.
module-info.java
source
9
Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.1:jar (default-cli) on project invokebinder: MavenReportException: Error while generating Javadoc: Exit code: 1 - /root/deb/invokebinder/src/main/java/module-info.java:1: error: modules are not supported in -source 8 module com.headius.invokebinder { ^ (use -source 9 or higher to enable modules) Command line was: /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc @options @packages @argfile
The text was updated successfully, but these errors were encountered:
Oh somehow I missed this! I believe this has been fixed more recently, can you try again?
Sorry, something went wrong.
I will try to give it a go sometime soon, but the source still seems to be 8 in pom.xml.
8
pom.xml
No branches or pull requests
module-info.java
requires Java 9 so thesource
should be specified as9
.The text was updated successfully, but these errors were encountered: