mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
fix: remove Gradle 8.x exclusion from shadow jobs
This commit is contained in:
parent
9142bed0de
commit
14b17d2dc9
4
.github/workflows/shadow_job.yml
vendored
4
.github/workflows/shadow_job.yml
vendored
|
@ -23,10 +23,6 @@ jobs:
|
|||
- nightly
|
||||
java-version:
|
||||
- 18
|
||||
# Gradle 8.x is currently incompatible with AGP 8.x
|
||||
exclude:
|
||||
- agp-version: 8.0.0-beta03
|
||||
- agp-version: 8.1.0-alpha07
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Reference in a new issue