Update maven.yml
This commit is contained in:
parent
5efa360cb2
commit
3b58a0acc9
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -15,9 +15,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
- uses: actions/upload-artifact@v1
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: ${{ matrix.jdkversion }}
|
||||
cache: 'maven'
|
||||
- name: Build with Maven
|
||||
path: ${{ github.workspace }}/target
|
||||
- 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