Skip to content

Commit b222620

Browse files
committed
JDK version update
1 parent 5b4c682 commit b222620

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ jobs:
3737
- name: Checkout repository
3838
uses: actions/checkout@v4
3939

40-
- name: Set up JDK 1.8
40+
- name: Set up JDK 11
4141
uses: actions/setup-java@v4
4242
with:
4343
distribution: 'temurin'
44-
java-version: '8'
44+
java-version: '11'
4545

4646
- name: Build with Gradle
4747
run: ./gradlew build

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
version-file: ${{ env.VERSION_FILE }}
5050
version-file-extraction-pattern: ${{ env.VERSION_EXTRACT_PATTERN }}
5151

52-
- name: Set up JDK 1.8
52+
- name: Set up JDK 11
5353
uses: actions/setup-java@v4
5454
with:
5555
distribution: 'temurin'
56-
java-version: '8'
56+
java-version: '11'
5757

5858
- name: Setup git credentials
5959
uses: oleksiyrudenko/gha-git-credentials@v2-latest

0 commit comments

Comments
 (0)