diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 09acacbd..ac3633dc 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-java@v2 with: java-version: ${{ matrix.jdk }} - distribution: 'adopt' + distribution: 'temurin' - name: Cache local Maven repository uses: actions/cache@v2 with: