This is an automated email from the ASF dual-hosted git repository.
garyw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new cb82114 MNEMONIC-539: Javadoc generation on openJDK 11 issue
cb82114 is described below
commit cb82114848cde3355c01d0b1bde897cf9927243b
Author: Gary <[email protected]>
AuthorDate: Sun Aug 30 20:50:59 2020 -0700
MNEMONIC-539: Javadoc generation on openJDK 11 issue
Signed-off-by: Gary <[email protected]>
---
pom.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e812906..886df0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -389,7 +389,10 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.3</version>
+ <version>3.2.0</version>
+ <configuration>
+ <source>8</source>
+ </configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>