File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,25 +187,6 @@ jobs:
187187 -u '${{ secrets.CENTRAL_USERNAME }}'
188188 shell : bash
189189
190- Java21-Windows_ARM64 :
191- if : contains(toJson(github.event.commits), '[ci skip] ') == false
192- runs-on : windows-11-arm
193- steps :
194- - uses : actions/setup-java@v5
195- with :
196- distribution : ' zulu'
197- java-version : 21
198- - uses : actions/checkout@v6
199- - uses : gradle/actions/setup-gradle@v6
200- - run : |
201- ./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper
202- - run : |
203- ./gradlew -Pbt=Debug -Pflavor=Dp -Ptarget=Windows_ARM64 run build install \
204- --console=plain \
205- -PsigningKeyEncoded='${{ secrets.SIGNING_KEY_ENCODED }}' \
206- -PsigningPassword='${{ secrets.SIGNING_PASSWORD }}'
207- shell: bash
208-
209190 Java21-x-Android :
210191 if : contains(toJson(github.event.commits), '[ci skip] ') == false
211192 runs-on : ubuntu-24.04
You can’t perform that action at this time.
0 commit comments