Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 4298df9

Browse files
committed
fix(ci): disable AGP 8 X Java 11 shadow job
AGP 8.x now correcly enforces its Java 17+ runtime requirement
1 parent a84b810 commit 4298df9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/shadow_job.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
java-version:
2323
- 11
2424
- 18
25+
exclude:
26+
- agp-version: 8.0.0-alpha10
27+
java: 11
2528
runs-on: ubuntu-latest
2629
steps:
2730
- name: Checkout repository

0 commit comments

Comments
 (0)