This commit is contained in:
gxl 2026-06-02 15:34:15 +08:00
parent f1568df886
commit d027254e83
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# .woodpecker.yaml
steps:
- name: Java 构建
image: maven:3.9.6-eclipse-temurin-17
image: docker.m.daocloud.io/library/maven:3.9.6-eclipse-temurin-17
pull: true
commands:
- mvn clean package -DskipTests