fix: remove Gradle 8.x exclusion from shadow jobs
This commit is contained in:
parent
9142bed0de
commit
14b17d2dc9
1 changed files with 0 additions and 4 deletions
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