File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
- uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
- - name : Set up JDK 17
23
+ - name : Set up JDK 21
24
24
uses : actions/setup-java@v4
25
25
with :
26
26
distribution : ' temurin'
27
- java-version : ' 17 '
27
+ java-version : ' 21 '
28
28
cache : ' gradle'
29
29
- name : Cache SonarCloud packages
30
30
uses : actions/cache@v4
@@ -47,11 +47,11 @@ jobs:
47
47
- uses : actions/checkout@v4
48
48
with :
49
49
fetch-depth : 0
50
- - name : Set up JDK 17
50
+ - name : Set up JDK 21
51
51
uses : actions/setup-java@v4
52
52
with :
53
53
distribution : ' temurin'
54
- java-version : ' 17 '
54
+ java-version : ' 21 '
55
55
cache : ' gradle'
56
56
- name : Build with Gradle
57
57
run : ./gradlew test --no-daemon
@@ -65,11 +65,11 @@ jobs:
65
65
- uses : actions/checkout@v4
66
66
with :
67
67
fetch-depth : 0
68
- - name : Set up JDK 17
68
+ - name : Set up JDK 21
69
69
uses : actions/setup-java@v4
70
70
with :
71
71
distribution : ' temurin'
72
- java-version : ' 17 '
72
+ java-version : ' 21 '
73
73
cache : ' gradle'
74
74
- name : Build with Gradle
75
75
run : chmod +x gradlew && ./gradlew test --no-daemon
@@ -81,11 +81,11 @@ jobs:
81
81
- uses : actions/checkout@v4
82
82
with :
83
83
fetch-depth : 0
84
- - name : Set up JDK 17
84
+ - name : Set up JDK 21
85
85
uses : actions/setup-java@v4
86
86
with :
87
87
distribution : ' temurin'
88
- java-version : ' 17 '
88
+ java-version : ' 21 '
89
89
cache : ' maven'
90
90
- name : Build and analyze
91
91
run : mvn -B compile
You can’t perform that action at this time.
0 commit comments