Skip to content

Commit

Permalink
chore: from java 17 to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
FanJups authored Jul 6, 2024
1 parent 045bcbc commit 2d1bb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
# Given the fact that this is a multimodule project, build process will take long time so we activate caching
# To know more: https://maven.apache.org/extensions/maven-build-cache-extension/cache.html
cache: 'maven'
Expand Down

0 comments on commit 2d1bb02

Please sign in to comment.