Skip to content

Commit 145b3cb

Browse files
committed
ci: 构建改用项目自带 Maven 4 wrapper——runner 自带 Maven 3 无法解析 POM 4.1.0 模型(对齐 codex-java-sdk 修复)
1 parent 43ece98 commit 145b3cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache: maven
3636

3737
- name: Build and verify with JaCoCo coverage gate
38-
run: mvn -B --no-transfer-progress clean verify
38+
run: ./mvnw -B --no-transfer-progress clean verify
3939

4040
- name: Upload JaCoCo coverage report
4141
if: always()

0 commit comments

Comments
 (0)