File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -136,12 +136,12 @@ tasks.register('checkLegacyJava') {
136
136
classes. finalizedBy checkLegacyJava
137
137
138
138
tasks. register(' lineEndingConversion' , CRLFConvert ) {
139
- description ' Convert top-level files to Windows line endings'
139
+ description = ' Convert top-level files to Windows line endings'
140
140
file " $rootDir /RELEASE_NOTES.md"
141
141
}
142
142
143
143
tasks. register(' lineEndingConvCopy' , CRLFConvertCopy ) {
144
- description ' Convert LICENSE and NOTICE to Windows line endings'
144
+ description = ' Convert LICENSE and NOTICE to Windows line endings'
145
145
from " $rootDir /LICENSE.txt"
146
146
from " $rootDir /NOTICE.txt"
147
147
}
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-8.11 .1-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 .1-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