From 9f0a51822c8017c582f3a9032187aabc7d8986ff Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Mon, 24 Jul 2023 18:30:18 +0800 Subject: [PATCH] Update pom.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在最新的IDEA下,需要添加默认maven java8的设置 --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index de467fe..0120a5b 100644 --- a/pom.xml +++ b/pom.xml @@ -60,4 +60,16 @@ - \ No newline at end of file + + + + org.apache.maven.plugins + maven-compiler-plugin + + 8 + 8 + + + + +