Skip to content

Commit 99654d7

Browse files
committed
Gradle: use an assignment operator in lineEndingConversion task
1 parent 1945578 commit 99654d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/web-apis.java-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ tasks.withType(Javadoc) {
102102
}
103103

104104
tasks.register('lineEndingConversion', CRLFConvert) {
105-
description 'Convert LICENSE.txt to Windows line endings'
105+
description = 'Convert LICENSE.txt to Windows line endings'
106106
file "$rootDir/LICENSE.txt"
107107
}
108108

0 commit comments

Comments
 (0)