mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-10 18:36:55 +00:00
[CI] Use Temurin JDK. Adopt JDK is discontinued
( according to https://github.com/actions/setup-java#supported-distributions )
This commit is contained in:
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: 'adopt'
|
||||
distribution: 'temurin'
|
||||
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
|
||||
2
.github/workflows/run.yml
vendored
2
.github/workflows/run.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 17
|
||||
distribution: 'adopt'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Setup Android SDK
|
||||
id: 'setup-android'
|
||||
|
||||
Reference in New Issue
Block a user