Skip to content

Commit b182bf4

Browse files
committed
Task CRLFConvert is not needed anymore
1 parent 21e7872 commit b182bf4

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
@@ -135,11 +135,6 @@ tasks.register('checkLegacyJava') {
135135

136136
classes.finalizedBy checkLegacyJava
137137

138-
tasks.register('lineEndingConversion', CRLFConvert) {
139-
description = 'Convert top-level files to Windows line endings'
140-
file "$rootDir/RELEASE_NOTES.md"
141-
}
142-
143138
tasks.register('lineEndingConvCopy', CRLFConvertCopy) {
144139
description = 'Convert LICENSE and NOTICE to Windows line endings'
145140
from "$rootDir/LICENSE.txt"
@@ -183,8 +178,6 @@ tasks.withType(AbstractArchiveTask).configureEach {
183178
}
184179
}
185180

186-
build.dependsOn lineEndingConversion
187-
188181
tasks.withType(PublishToMavenRepository) { task ->
189182
doFirst {
190183
if (repository == publishing.repositories.getByName('mavenRepo')) {

buildSrc/src/main/groovy/CRLFConvert.groovy

-43
This file was deleted.

0 commit comments

Comments
 (0)