This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 2.7.17-release
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/2.7.17-release by this push:
new 66e5d084a8 Fix pom configuration
66e5d084a8 is described below
commit 66e5d084a8fb100e45faf771bbe865aa15d67b45
Author: Albumen Kevin <[email protected]>
AuthorDate: Tue Aug 16 16:46:57 2022 +0800
Fix pom configuration
---
pom.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/pom.xml b/pom.xml
index ea69fc7bea..6905392718 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,6 +431,22 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>jdk9-compile</id>
+ <activation>
+ <jdk>[1.9,)</jdk>
+ </activation>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <release>8</release>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
<build>