From 588fbc6a5972d129f66663e8bae199c29e92d3e1 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 26 Jun 2025 07:32:30 +0300 Subject: [PATCH] Updated jdk provider --- .github/workflows/maven.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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