Skip to content

Commit

Permalink
Tell maven-javadoc-plugin to target JDK 8
Browse files Browse the repository at this point in the history
This unbreaks `mvn install` on AdoptOpenJDK 11.
Presumably it unbreaks on all JDKs >= 11.

Fixes #429

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=288016119
  • Loading branch information
cgrushko authored and netdpb committed Jan 6, 2020
1 parent 8a215cd commit 1288c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>8</source>
<encoding>UTF-8</encoding>
<docencoding>UTF-8</docencoding>
<charset>UTF-8</charset>
Expand Down

0 comments on commit 1288c85

Please sign in to comment.