Compare commits

...

2 Commits

Author SHA1 Message Date
孙小云 33b880934e Merge branch 'main' of http://th.local.t-aaron.com:13000/THENG/a-cloud-all 2026-03-04 17:25:42 +08:00
孙小云 abd64ed135 添加参数 2026-03-04 17:25:37 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ repositories:
path: ruoyi-modules/tuoheng-device path: ruoyi-modules/tuoheng-device
type: java type: java
build_commands: build_commands:
- mvn clean package -DskipTests - mvn clean package -DskipTests -Dmaven.compiler.source=17 -Dmaven.compiler.target=17
artifact_path: target/*.jar artifact_path: target/*.jar
docker_path: docker/ruoyi/modules/device/jar docker_path: docker/ruoyi/modules/device/jar
docker_service: tuoheng-modules-device docker_service: tuoheng-modules-device