Update maven.yml
This commit is contained in:
parent
3b58a0acc9
commit
220b31bb99
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.jdkversion }}
|
||||
cache: 'maven'
|
||||
path: ${{ github.workspace }}/target
|
||||
path: ${{ github.workspace }}
|
||||
- name: Build
|
||||
run: /usr/actions-runner/apache-maven-3.9.1/bin/mvn -V -B clean package --file pom.xml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user