From db698ecb75f1b30c887ac03493d0dec17db08b02 Mon Sep 17 00:00:00 2001 From: lexluo09 <39718951+lexluo09@users.noreply.github.com> Date: Fri, 9 Aug 2024 21:29:15 +0800 Subject: [PATCH] (improvement)(build) Fix the error with com.sun.tools.javac.tree.JCTree qualid. (#1549) --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9c1f9bdc8..45a87fe0a 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ 6.1.0 2.1.0 3.5.3 - 1.18.20 + 1.18.30 32.0.0-jre portable-1.8.3 2.7.2 @@ -305,6 +305,16 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + true + + +