Update maven.yml

This commit is contained in:
Konloch 2023-02-20 16:56:57 -08:00 committed by GitHub
parent 425772555e
commit 91755f8268
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Extract Maven project version