This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new ca4776fda Match Javadoc source version to compiler source version
(Java 11)
ca4776fda is described below
commit ca4776fdaee37b9a108e5620e3462d56ac51f900
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 6 09:59:11 2023 -0500
Match Javadoc source version to compiler source version (Java 11)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6254b2315..b593f9f43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,7 @@
<docfilessubdirs>true</docfilessubdirs>
<javadocDirectory>${basedir}/juneau-doc/src/main/javadoc</javadocDirectory>
<javadocExecutable>${javadoc.executable}</javadocExecutable>
- <source>8</source>
+
<source>${maven.compiler.source}</source>
<detectJavaApiLink>false</detectJavaApiLink>
</configuration>
<executions>