Skip to content

Commit 665399f

Browse files
authored
Update maven.yml
1 parent 06770be commit 665399f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/maven.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up JDK 17
20+
- name: Set up JDK 21
2121
uses: actions/setup-java@v3
2222
with:
2323
distribution: 'temurin'
24-
java-version: 17
24+
java-version: 21
2525
# Given the fact that this is a multimodule project, build process will take long time so we activate caching
2626
# To know more: https://maven.apache.org/extensions/maven-build-cache-extension/cache.html
2727
cache: 'maven'

0 commit comments

Comments
 (0)