Skip to content

Commit

Permalink
updated javadoc action to jdk17 to fix search
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaarni committed Jun 17, 2022
1 parent ea18016 commit 9646edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 9646edb

Please sign in to comment.