Skip to content

Commit

Permalink
[FLINK-15633][build] Fix building Javadocs on JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Kruber authored and NicoK committed Nov 4, 2022
1 parent 2306e44 commit e962c69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@ under the License.
<configuration>
<additionalJOptions>
<additionalJOption>--add-exports=java.base/sun.net.util=ALL-UNNAMED</additionalJOption>
<additionalJOption>--add-exports=java.rmi/sun.rmi.registry=ALL-UNNAMED</additionalJOption>
</additionalJOptions>
</configuration>
</plugin>
Expand Down

0 comments on commit e962c69

Please sign in to comment.