.github: fix distribution key

This commit is contained in:
2022-10-06 20:47:14 +03:00
parent 8b3aac610d
commit 8e01595cc1

View File

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