Skip to content

Commit

Permalink
fix: update java syntax version
Browse files Browse the repository at this point in the history
  • Loading branch information
FanJups authored Mar 5, 2024
1 parent 7749fcc commit 77af497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 17
java-version: '17'
# 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 77af497

Please sign in to comment.