Update maven.yml

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-10-06 07:16:10 +02:00 committed by GitHub
parent b24fc14f85
commit d2a2d7a1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -16,11 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -q -B package --file pom.xml
run: mvn -B package -f pom.xml