Skip to content

Commit e1f511a

Browse files
committed
Upgrade Gradle wrapper to 8.12.1
1 parent 8ad1307 commit e1f511a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,12 @@ tasks.register('checkLegacyJava') {
136136
classes.finalizedBy checkLegacyJava
137137

138138
tasks.register('lineEndingConversion', CRLFConvert) {
139-
description 'Convert top-level files to Windows line endings'
139+
description = 'Convert top-level files to Windows line endings'
140140
file "$rootDir/RELEASE_NOTES.md"
141141
}
142142

143143
tasks.register('lineEndingConvCopy', CRLFConvertCopy) {
144-
description 'Convert LICENSE and NOTICE to Windows line endings'
144+
description = 'Convert LICENSE and NOTICE to Windows line endings'
145145
from "$rootDir/LICENSE.txt"
146146
from "$rootDir/NOTICE.txt"
147147
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)