This is an automated email from the ASF dual-hosted git repository.
enorman pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly.git
The following commit(s) were added to refs/heads/master by this push:
new c32a6ad configure javadoc plugin to use source=8 to fix failure
c32a6ad is described below
commit c32a6ad3c33cb60d79039cce91ba3a372d428856
Author: Eric Norman <[email protected]>
AuthorDate: Sun Aug 8 00:59:37 2021 +0000
configure javadoc plugin to use source=8 to fix failure
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 6f2a229..5de2b03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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