Skip to content

Commit 4d7ea60

Browse files
authored
Merge pull request #1863 from gradle/gk/updateGhaJdk17
Updated GithubActions to use JDK 17
2 parents 3fcac06 + 47911f2 commit 4d7ea60

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/convention-develocity-gradle-plugin-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19-
- name: Set up JDK 8
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v4
2121
with:
22-
java-version: '8'
22+
java-version: '17'
2323
distribution: 'temurin'
2424
- name: Set up Gradle
2525
uses: gradle/actions/setup-gradle@v4

.github/workflows/convention-develocity-maven-extension-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19-
- name: Set up JDK 8
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v4
2121
with:
22-
java-version: '8'
22+
java-version: '17'
2323
distribution: 'temurin'
2424
cache: maven
2525
- name: Set up Maven

.github/workflows/convention-develocity-shared-verification.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4
19-
- name: Set up JDK 8
19+
- name: Set up JDK 17
2020
uses: actions/setup-java@v4
2121
with:
22-
java-version: '8'
22+
java-version: '17'
2323
distribution: 'temurin'
2424
- name: Set up Gradle
2525
uses: gradle/actions/setup-gradle@v4

0 commit comments

Comments
 (0)