Skip to content

Commit f35341a

Browse files
committed
Fix workflows for java 21
1 parent b501f93 commit f35341a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/javadoc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- name: Set up JDK
1515
uses: actions/setup-java@v4
1616
with:
17+
distribution: temurin
18+
cache: gradle
1719
java-version: 21
1820
- name: Grant execute permission for gradlew
1921
run: chmod +x gradlew

0 commit comments

Comments
 (0)