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