File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
uses : actions/setup-java@v3
20
20
with :
21
21
distribution : " zulu"
22
- java-version : " 17 "
22
+ java-version : " 21 "
23
23
24
24
# java
25
25
- name : Gradle Build
Original file line number Diff line number Diff line change 44
44
45
45
- uses : actions/setup-java@v1
46
46
with :
47
- java-version : 17
47
+ java-version : 21
48
48
49
49
# Initializes the CodeQL tools for scanning.
50
50
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 31
31
uses : actions/setup-java@v3
32
32
with :
33
33
distribution : " zulu"
34
- java-version : " 17 "
34
+ java-version : " 21 "
35
35
36
36
- name : Generate Development Version
37
37
run : |
Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ subprojects { subproj ->
177
177
apply plugin : ' com.github.spotbugs'
178
178
apply plugin : ' pmd'
179
179
180
- sourceCompatibility = JavaVersion . VERSION_17
181
- targetCompatibility = JavaVersion . VERSION_17
180
+ sourceCompatibility = JavaVersion . VERSION_21
181
+ targetCompatibility = JavaVersion . VERSION_21
182
182
183
183
repositories {
184
184
mavenCentral()
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments