1 parent 06770be commit 665399fCopy full SHA for 665399f
1 file changed
.github/workflows/maven.yml
@@ -17,11 +17,11 @@ jobs:
17
18
steps:
19
- uses: actions/checkout@v3
20
- - name: Set up JDK 17
+ - name: Set up JDK 21
21
uses: actions/setup-java@v3
22
with:
23
distribution: 'temurin'
24
- java-version: 17
+ java-version: 21
25
# Given the fact that this is a multimodule project, build process will take long time so we activate caching
26
# To know more: https://maven.apache.org/extensions/maven-build-cache-extension/cache.html
27
cache: 'maven'
0 commit comments