Skip to content

Commit 3587391

Browse files
committed
Fix a couple of Gradle warnings
1 parent aacd519 commit 3587391

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
@@ -133,12 +133,12 @@ tasks.register('checkLegacyJava') {
133133
classes.finalizedBy checkLegacyJava
134134

135135
tasks.register('lineEndingConversion', CRLFConvert) {
136-
description 'Convert top-level files to Windows line endings'
136+
description = 'Convert top-level files to Windows line endings'
137137
file "$rootDir/RELEASE_NOTES.md"
138138
}
139139

140140
tasks.register('lineEndingConvCopy', CRLFConvertCopy) {
141-
description 'Convert LICENSE and NOTICE to Windows line endings'
141+
description = 'Convert LICENSE and NOTICE to Windows line endings'
142142
from "$rootDir/LICENSE.txt"
143143
from "$rootDir/NOTICE.txt"
144144
}

0 commit comments

Comments
 (0)