diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 341c9e46b..a27e8cc36 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -23,7 +23,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v4 with: - distribution: 'temurin' + distribution: 'corretto' java-version: '17' cache: 'gradle' - name: Cache SonarCloud packages @@ -50,7 +50,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v4 with: - distribution: 'temurin' + distribution: 'corretto' java-version: '17' cache: 'gradle' - name: Build with Gradle @@ -68,7 +68,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v4 with: - distribution: 'temurin' + distribution: 'corretto' java-version: '17' cache: 'gradle' - name: Build with Gradle @@ -84,7 +84,7 @@ jobs: - name: Set up JDK 17 uses: actions/setup-java@v4 with: - distribution: 'temurin' + distribution: 'corretto' java-version: '17' cache: 'maven' - name: Build and analyze