Skip to content

Commit

Permalink
Doesn't seem to work with JDK 11
Browse files Browse the repository at this point in the history
  [ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.2.0:jar (attach-javadocs) on project neo4j-jdbc: MavenReportException: Error while generating Javadoc:
11:55:50
  [ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module.
11:55:50
  [ERROR]
11:55:50
  [ERROR] Command line was: /usr/local/openjdk-11/bin/javadoc @options @packages

Revert "jdk 11"

This reverts commit b4ec9ca.
  • Loading branch information
mneedham committed Mar 26, 2020
1 parent b4ec9ca commit 03886f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
</execution>
</executions>
<configuration>
<source>11</source>
<source>8</source>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 03886f2

Please sign in to comment.