修改cicd脚本
Some checks failed
Java CI-CD with Gradle / build (push) Has been cancelled

This commit is contained in:
zhangyuheng 2024-03-24 01:59:29 +08:00
parent 271ea736d2
commit 5ff0c7f8a6

View File

@ -19,6 +19,10 @@ jobs:
java-version: '17'
distribution: 'zulu'
cache: 'gradle'
- name: "Config Git"
run: |
git config --global user.email "zhangyuheng@lunadeer.cn
git config --global user.name "zhangyuheng"
- name: "Apply Patches"
run: ./gradlew applyPatches
- name: "Build Mojmap"