Skip to content

Commit a600db4

Browse files
committed
Fix: Use JDK 8 for dokka 0.10.1 compatibility
1 parent 5e42a46 commit a600db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Check out repo
1313
uses: actions/checkout@v4
1414

15-
- name: Set up JDK 11
15+
- name: Set up JDK 8
1616
uses: actions/setup-java@v4
1717
with:
18-
java-version: '11'
18+
java-version: '8'
1919
distribution: 'temurin'
2020

2121
- name: Retrieve AWS Secrets - Common Android

0 commit comments

Comments
 (0)