Update java action
This commit is contained in:
parent
1ffb041435
commit
cdbfbd209b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_to_playstore.yml
vendored
2
.github/workflows/deploy_to_playstore.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
# caching currently disabled, because the files are large, but don't decrease built time too much
|
# caching currently disabled, because the files are large, but don't decrease built time too much
|
||||||
#cache: gradle
|
#cache: gradle
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue