We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aacd519 commit 3587391Copy full SHA for 3587391
build.gradle
@@ -133,12 +133,12 @@ tasks.register('checkLegacyJava') {
133
classes.finalizedBy checkLegacyJava
134
135
tasks.register('lineEndingConversion', CRLFConvert) {
136
- description 'Convert top-level files to Windows line endings'
+ description = 'Convert top-level files to Windows line endings'
137
file "$rootDir/RELEASE_NOTES.md"
138
}
139
140
tasks.register('lineEndingConvCopy', CRLFConvertCopy) {
141
- description 'Convert LICENSE and NOTICE to Windows line endings'
+ description = 'Convert LICENSE and NOTICE to Windows line endings'
142
from "$rootDir/LICENSE.txt"
143
from "$rootDir/NOTICE.txt"
144
0 commit comments