Skip to content

Commit

Permalink
configure javadoc plugin to use source=8 to fix failure
Browse files Browse the repository at this point in the history
  • Loading branch information
enapps-enorman committed Aug 8, 2021
1 parent 81045aa commit c32a6ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -95,6 +95,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>8</source>
<!-- No javadocs -->
<excludePackageNames>
org.apache.sling.scripting.sightly.impl
Expand Down

0 comments on commit c32a6ad

Please sign in to comment.