fix(ci): 使用容器自带的 mvn 替代 mvnw
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
git checkout ${{ gitea.sha }}
|
||||
|
||||
- name: Build with Maven
|
||||
run: ./mvnw package -DskipTests -B
|
||||
run: mvn clean package -DskipTests -B
|
||||
|
||||
- name: Login to Docker Registry
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user