mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
chore(ci): update shadow job configuration
This commit is contained in:
parent
10935b3c72
commit
448ed3e575
9
.github/workflows/shadow_job.yml
vendored
9
.github/workflows/shadow_job.yml
vendored
@ -14,16 +14,13 @@ jobs:
|
||||
matrix:
|
||||
agp-version:
|
||||
- 7.4.0
|
||||
- 8.0.0-alpha11
|
||||
- 8.0.0-beta01
|
||||
- 8.1.0-alpha01
|
||||
gradle-version:
|
||||
- wrapper
|
||||
- nightly
|
||||
java-version:
|
||||
- 11
|
||||
- 18
|
||||
exclude:
|
||||
- agp-version: 8.0.0-alpha11
|
||||
java-version: 11
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@ -41,7 +38,7 @@ jobs:
|
||||
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
||||
|
||||
- name: Workaround AGP 8.x deprecations
|
||||
if: startsWith(matrix.agp-version, '8.0.0')
|
||||
if: startsWith(matrix.agp-version, '8.')
|
||||
run: sed -i 's/android.disableAutomaticComponentCreation=true//' gradle.properties
|
||||
|
||||
- name: Run checks
|
||||
|
Loading…
x
Reference in New Issue
Block a user