summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoufenghu <[email protected]>2024-01-26 23:59:20 +0800
committerdoufenghu <[email protected]>2024-01-26 23:59:20 +0800
commitce2d551cea805c1b68c9f5675c4c5ca2742f5c2a (patch)
treeb1f5a167f3163d77cbc245e8ec0387416942bc2f
parent6807adbb05764b4834b9de99810f2b96f838d929 (diff)
maven-compiler-plugin set 1.8
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7c9df55..22c0e5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,8 +54,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.6.0</version>
<configuration>
- <source>11</source>
- <target>11</target>
+ <source>1.8</source>
+ <target>1.8</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>