From 96b0a0e9173862b897c8a55c1bbf077663cc5a80 Mon Sep 17 00:00:00 2001 From: GreyZeng <410486047@qq.com> Date: Mon, 5 Feb 2024 16:03:50 +0800 Subject: [PATCH] update maven compile plugin --- pom.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 1a5508e1..8858ab9a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 git.snippet @@ -28,6 +29,18 @@ 5.10.1 test - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.12.1 + + ${java.version} + ${java.version} + + + + \ No newline at end of file -- GitLab