This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 057bb85 Fix javadoc generation with JDK11
057bb85 is described below
commit 057bb85d7d496671755cd53cffc9e91a17c1d17c
Author: jbonofre <[email protected]>
AuthorDate: Tue Jun 29 17:12:06 2021 +0200
Fix javadoc generation with JDK11
---
scr/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/scr/pom.xml b/scr/pom.xml
index 0b9c77f..f9922b6 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -328,6 +328,7 @@
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<excludePackageNames>*.impl</excludePackageNames>
+ <source>${java.version}</source>
</configuration>
</plugin>
</plugins>