This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 1.0.2-release
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git
The following commit(s) were added to refs/heads/1.0.2-release by this push:
new d973452 add compiler release
d973452 is described below
commit d973452809999d712e48c8c3773c95b3214d7645
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Jul 22 14:10:06 2022 +0800
add compiler release
---
pom.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/pom.xml b/pom.xml
index e5bce89..6746102 100644
--- a/pom.xml
+++ b/pom.xml
@@ -725,6 +725,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>