From 318ebac926b9627a683c4ab90d4e2b7451b1e573 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 18 六月 2025 13:43:55 +0800 Subject: [PATCH] feat(engine): 新增全厂总电量统计功能 --- pom.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 44716f8..97977ca 100644 --- a/pom.xml +++ b/pom.xml @@ -120,6 +120,14 @@ </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>9</source> + <target>9</target> + </configuration> + </plugin> </plugins> <finalName>${project.artifactId}</finalName> </build> -- Gitblit v1.9.3