.github: specify Java distribution

This commit is contained in:
Alan Orth 2022-10-06 20:39:31 +03:00
parent c2d7535d01
commit 8b3aac610d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: 8
java-distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml