Skip to content

Commit 9cc6ffd

Browse files
authored
Update JDK provider
1 parent 494fbdb commit 9cc6ffd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up JDK 17
2424
uses: actions/setup-java@v4
2525
with:
26-
distribution: 'temurin'
26+
distribution: 'corretto'
2727
java-version: '17'
2828
cache: 'gradle'
2929
- name: Cache SonarCloud packages
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up JDK 17
5151
uses: actions/setup-java@v4
5252
with:
53-
distribution: 'temurin'
53+
distribution: 'corretto'
5454
java-version: '17'
5555
cache: 'gradle'
5656
- name: Build with Gradle
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up JDK 17
6969
uses: actions/setup-java@v4
7070
with:
71-
distribution: 'temurin'
71+
distribution: 'corretto'
7272
java-version: '17'
7373
cache: 'gradle'
7474
- name: Build with Gradle
@@ -84,7 +84,7 @@ jobs:
8484
- name: Set up JDK 17
8585
uses: actions/setup-java@v4
8686
with:
87-
distribution: 'temurin'
87+
distribution: 'corretto'
8888
java-version: '17'
8989
cache: 'maven'
9090
- name: Build and analyze

0 commit comments

Comments
 (0)