Skip to content

Commit 0dd6c81

Browse files
committed
Update to java 17 to support the latest gradle version
1 parent 1ad18aa commit 0dd6c81

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
shell: bash
2323
- uses: actions/checkout@v3
2424
if: env.SKIP_STEP != 'true'
25-
- name: Set up JDK 11
25+
- name: Set up JDK 17
2626
if: env.SKIP_STEP != 'true'
2727
uses: actions/setup-java@v3
2828
with:
29-
java-version: '11'
29+
java-version: '17'
3030
distribution: 'adopt'
3131
architecture: x64
3232
- name: Publish locally flink-connector-clickhouse-1.17

.github/workflows/tests.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
shell: bash
2424
- uses: actions/checkout@v3
2525
if: env.SKIP_STEP != 'true'
26-
- name: Set up JDK 11
26+
- name: Set up JDK 17
2727
if: env.SKIP_STEP != 'true'
2828
uses: actions/setup-java@v3
2929
with:
30-
java-version: '11'
30+
java-version: '17'
3131
distribution: 'adopt'
3232
architecture: x64
3333
- name: Setup and execute Gradle 'test' task
@@ -59,11 +59,11 @@ jobs:
5959
shell: bash
6060
- uses: actions/checkout@v3
6161
if: env.SKIP_STEP != 'true'
62-
- name: Set up JDK 11
62+
- name: Set up JDK 17
6363
if: env.SKIP_STEP != 'true'
6464
uses: actions/setup-java@v3
6565
with:
66-
java-version: '11'
66+
java-version: '17'
6767
distribution: 'adopt'
6868
architecture: x64
6969
- name: Setup and execute Gradle 'test' task

0 commit comments

Comments
 (0)