Skip to content

Commit 9d6035e

Browse files
committed
Gradle: use the assignment operator in lineEndingConversion task
1 parent 51c2ae6 commit 9d6035e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

100100
tasks.register('lineEndingConversion', CRLFConvert) {
101-
description 'Convert LICENSE.txt to Windows line endings'
101+
description = 'Convert LICENSE.txt to Windows line endings'
102102
file "$rootDir/LICENSE.txt"
103103
}
104104

0 commit comments

Comments
 (0)