From abd64ed135f13503cf48e80cea4fef81950e7a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Wed, 4 Mar 2026 17:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .devops/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devops/config.yaml b/.devops/config.yaml index e1d219f..d3c494f 100644 --- a/.devops/config.yaml +++ b/.devops/config.yaml @@ -198,7 +198,7 @@ repositories: path: ruoyi-modules/tuoheng-device type: java build_commands: - - mvn clean package -DskipTests + - mvn clean package -DskipTests -Dmaven.compiler.source=17 -Dmaven.compiler.target=17 artifact_path: target/*.jar docker_path: docker/ruoyi/modules/device/jar docker_service: tuoheng-modules-device