File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
contents : read
20
20
21
21
steps :
22
- - uses : actions/checkout@v5
22
+ - uses : actions/checkout@v4
23
23
- name : Set up JDK 21
24
- uses : actions/setup-java@v5
24
+ uses : actions/setup-java@v4
25
25
with :
26
26
java-version : ' 21'
27
27
distribution : ' temurin'
Original file line number Diff line number Diff line change 13
13
contents : read
14
14
15
15
steps :
16
- - uses : actions/checkout@v5
16
+ - uses : actions/checkout@v4
17
17
- name : Set up JDK 21
18
- uses : actions/setup-java@v5
18
+ uses : actions/setup-java@v4
19
19
with :
20
20
java-version : ' 21'
21
21
distribution : ' temurin'
Original file line number Diff line number Diff line change 61
61
}
62
62
63
63
checkstyle {
64
- toolVersion = ' 11.0 .1'
64
+ toolVersion = ' 10.26 .1'
65
65
configFile = file(" ${ project.rootDir} /config/checkstyle/checkstyle.xml" )
66
66
}
67
67
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-9.1.0 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments