Skip to content

Commit 1b41f06

Browse files
committed
change actions java version to 17
1 parent 11686f2 commit 1b41f06

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/setup-java@v2
2525
with:
2626
distribution: 'adopt'
27-
java-version: '11'
27+
java-version: '17'
2828
- name: Install curl
2929
run: sudo apt-get install -y curl libcurl4-openssl-dev
3030
- name: Verify Android

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/setup-java@v2
2222
with:
2323
distribution: 'adopt'
24-
java-version: '11'
24+
java-version: '17'
2525
- name: Install curl
2626
run: sudo apt-get install -y curl libcurl4-openssl-dev
2727
- name: Test android

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-java@v2
3333
with:
3434
distribution: 'adopt'
35-
java-version: '11'
35+
java-version: '17'
3636
- name: Install curl
3737
run: sudo apt-get install -y curl libcurl4-openssl-dev
3838
- name: Verify Android
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/setup-java@v2
5959
with:
6060
distribution: 'adopt'
61-
java-version: '11'
61+
java-version: '17'
6262
- name: Publish macOS/iOS
6363
run: ./gradlew publishMacosX64PublicationToNexusRepository publishIosX64PublicationToNexusRepository publishIosArm64PublicationToNexusRepository
6464
release_windows:
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/setup-java@v2
7373
with:
7474
distribution: 'adopt'
75-
java-version: '11'
75+
java-version: '17'
7676
- run: choco install curl
7777
- name: Publish windows
7878
run: ./gradlew publishMingwX64PublicationToNexusRepository
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/setup-java@v2
8787
with:
8888
distribution: 'adopt'
89-
java-version: '11'
89+
java-version: '17'
9090
- name: Build docs
9191
run: ./gradlew dokkaHtml
9292
- name: Push docs to docs repo

0 commit comments

Comments
 (0)