fix: remove Gradle 8.x exclusion from shadow jobs

This commit is contained in:
Harsh Shandilya 2023-02-28 11:35:31 +05:30
parent 9142bed0de
commit 14b17d2dc9
No known key found for this signature in database

View file

@ -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