diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index a92accf091..2445c6f4c1 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -19,6 +19,7 @@ jobs: - name: Set up JDK 1.8 uses: actions/setup-java@v3 with: + distribution: 'temurin' # See 'Supported distributions' for available options java-version: 1.8 - name: Cache local Maven repository uses: actions/cache@v3