Skip to content

Commit 35dc083

Browse files
author
Jacek Gębal
committed
Update java distribution name and version to 11.
1 parent 02b8d1a commit 35dc083

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/api-snapshot-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: actions/setup-java@v5
5151
with:
52-
distribution: 'adopt'
52+
distribution: 'temurin'
5353
java-version: '17'
5454

5555
- name: Install utplsql

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
fetch-depth: 0
5555
- uses: actions/setup-java@v5
5656
with:
57-
distribution: 'adopt'
57+
distribution: 'temurin'
5858
java-version: ${{matrix.jdk}}
5959

6060
- name: Install utplsql

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
fetch-depth: 0
2020
- uses: actions/setup-java@v5
2121
with:
22-
distribution: 'adopt'
23-
java-version: 8
22+
distribution: 'temurin'
23+
java-version: 11
2424

2525
- name: Build Release
2626
run: mvn package appassembler:assemble assembly:single checksum:files -DskipTests

0 commit comments

Comments
 (0)