Skip to content

Commit

Permalink
remove --no-module-directories from javadoc configuration
Browse files Browse the repository at this point in the history
it is not available for jdk 8
it was removed in jdk 13
  • Loading branch information
slawekjaranowski authored and slachiewicz committed Dec 11, 2021
1 parent 3079bd2 commit 9b38a11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -105,7 +105,6 @@ under the License.
<version>3.3.1</version>
<configuration>
<detectLinks>false</detectLinks>
<additionalJOption>--no-module-directories</additionalJOption>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -213,6 +212,6 @@ under the License.
</plugins>
</build>
</profile>

</profiles>
</project>

0 comments on commit 9b38a11

Please sign in to comment.