diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 121cc2569a..76a1d859fc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,6 +19,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v3 with: + distribution: 'temurin' java-version: 17 - name: Cache local Maven repository uses: actions/cache@v3