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 dda398b commit 76be67aCopy full SHA for 76be67a
build.gradle
@@ -121,12 +121,12 @@ tasks.register('checkLegacyJava') {
121
classes.finalizedBy checkLegacyJava
122
123
tasks.register('lineEndingConversion', CRLFConvert) {
124
- description 'Convert top-level files to Windows line endings'
+ description = 'Convert top-level files to Windows line endings'
125
file "$rootDir/RELEASE_NOTES.md"
126
}
127
128
tasks.register('lineEndingConvCopy', CRLFConvertCopy) {
129
- description 'Convert LICENSE.txt to Windows line endings'
+ description = 'Convert LICENSE.txt to Windows line endings'
130
from "$rootDir/LICENSE.txt"
131
132
0 commit comments