Skip to content

Commit fb9d72d

Browse files
committed
build(ci): downgrade back to JDK 8 to make doc bundling work
1 parent 88deabe commit fb9d72d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
matrix:
88
# https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs
99
os: [ubuntu-latest] #, windows-latest, macos-latest]
10-
jdk: [11]
10+
jdk: [8]
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Set up JDK ${{ matrix.jdk }}

0 commit comments

Comments
 (0)