update Github workflow
Some checks failed
Java CI with Maven / build (push) Has been cancelled

This commit is contained in:
陈精华 2025-04-14 16:10:29 +08:00
parent 05a8bff1e0
commit 6746325bf2
No known key found for this signature in database
GPG Key ID: 30BDC970902B755D

View File

@ -21,4 +21,4 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn -B package -Dmaven.test.skip=true --file pom.xml