mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
fix: remove Gradle 8.x exclusion from shadow jobs
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user