mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 06:15:48 +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
|
- nightly
|
||||||
java-version:
|
java-version:
|
||||||
- 18
|
- 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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
Reference in New Issue
Block a user