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