Update maven.yml

This commit is contained in:
HaHaWTH
2023-04-06 00:22:41 +08:00
committed by GitHub
parent bf6233c024
commit 2269c93dee
+1 -1
View File
@@ -20,4 +20,4 @@ jobs:
java-version: ${{ matrix.jdkversion }} java-version: ${{ matrix.jdkversion }}
cache: 'maven' cache: 'maven'
- name: Build with Maven - name: Build with Maven
run: mvn -V -B clean package --file pom.xml run: /usr/actions-runner/apache-maven-3.9.1/bin/mvn -V -B clean package --file pom.xml