Skip to content

Commit d788036

Browse files
committed
Task CRLFConvert isn't needed anymore
1 parent a7fd1df commit d788036

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

build.gradle

-7
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ tasks.register('checkLegacyJava') {
120120

121121
classes.finalizedBy checkLegacyJava
122122

123-
tasks.register('lineEndingConversion', CRLFConvert) {
124-
description = 'Convert top-level files to Windows line endings'
125-
file "$rootDir/RELEASE_NOTES.md"
126-
}
127-
128123
tasks.register('lineEndingConvCopy', CRLFConvertCopy) {
129124
description = 'Convert LICENSE.txt to Windows line endings'
130125
from "$rootDir/LICENSE.txt"
@@ -164,8 +159,6 @@ tasks.withType(AbstractArchiveTask).configureEach {
164159
}
165160
}
166161

167-
build.dependsOn lineEndingConversion
168-
169162
tasks.withType(PublishToMavenRepository) { task ->
170163
doFirst {
171164
if (repository == publishing.repositories.getByName('mavenRepo')) {

buildSrc/src/main/groovy/CRLFConvert.groovy

-43
This file was deleted.

0 commit comments

Comments
 (0)