Skip to content

Commit 76be67a

Browse files
committed
Fix a couple of build warnings
1 parent dda398b commit 76be67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

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

123123
tasks.register('lineEndingConversion', CRLFConvert) {
124-
description 'Convert top-level files to Windows line endings'
124+
description = 'Convert top-level files to Windows line endings'
125125
file "$rootDir/RELEASE_NOTES.md"
126126
}
127127

128128
tasks.register('lineEndingConvCopy', CRLFConvertCopy) {
129-
description 'Convert LICENSE.txt to Windows line endings'
129+
description = 'Convert LICENSE.txt to Windows line endings'
130130
from "$rootDir/LICENSE.txt"
131131
}
132132

0 commit comments

Comments
 (0)