Skip to content

Commit

Permalink
Updating maven-javadoc-plugin config for JDK-8212233 bug
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Apr 18, 2019
1 parent 038c7ee commit 926a842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Expand Up @@ -530,6 +530,8 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<source>8</source>
<target>8</target>
<charset>UTF-8</charset>
<docencoding>UTF-8</docencoding>
<encoding>UTF-8</encoding>
Expand Down

0 comments on commit 926a842

Please sign in to comment.