File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments