Skip to content

Commit 75a5671

Browse files
committed
! fix javadoc-plugin: package is not visible
1 parent 8340952 commit 75a5671

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

library/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@
223223
<plugin>
224224
<artifactId>maven-javadoc-plugin</artifactId>
225225
<configuration>
226+
<source>8</source>
226227
<show>public</show>
227228
<charset>UTF-8</charset>
228229
<encoding>UTF-8</encoding>

tool/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
<plugin>
242242
<artifactId>maven-javadoc-plugin</artifactId>
243243
<configuration>
244+
<source>8</source>
244245
<show>public</show>
245246
<charset>UTF-8</charset>
246247
<encoding>UTF-8</encoding>

0 commit comments

Comments
 (0)