This is an automated email from the ASF dual-hosted git repository.
liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new d298ced03 fix javadoc plugin using 1.7 source problem (#3103)
d298ced03 is described below
commit d298ced030626973f4eac56035fd9c13079664a5
Author: liubao68 <[email protected]>
AuthorDate: Tue Jun 21 08:53:48 2022 +0800
fix javadoc plugin using 1.7 source problem (#3103)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 9568fc847..e4103fd68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -545,6 +545,7 @@
</execution>
</executions>
<configuration>
+ <source>1.8</source>
<tags>
<tag>
<!-- to avoid protostuff javadoc problem. -->