diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 70d942f..7c006b2 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-java@v3 with: java-version: 8 - java-distribution: 'temurin' + distribution: 'temurin' cache: 'maven' - name: Build with Maven run: mvn -B package --file pom.xml