File tree 2 files changed +0
-50
lines changed
2 files changed +0
-50
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,6 @@ tasks.register('checkLegacyJava') {
135
135
136
136
classes. finalizedBy checkLegacyJava
137
137
138
- tasks. register(' lineEndingConversion' , CRLFConvert ) {
139
- description = ' Convert top-level files to Windows line endings'
140
- file " $rootDir /RELEASE_NOTES.md"
141
- }
142
-
143
138
tasks. register(' lineEndingConvCopy' , CRLFConvertCopy ) {
144
139
description = ' Convert LICENSE and NOTICE to Windows line endings'
145
140
from " $rootDir /LICENSE.txt"
@@ -183,8 +178,6 @@ tasks.withType(AbstractArchiveTask).configureEach {
183
178
}
184
179
}
185
180
186
- build. dependsOn lineEndingConversion
187
-
188
181
tasks. withType(PublishToMavenRepository ) { task ->
189
182
doFirst {
190
183
if (repository == publishing. repositories. getByName(' mavenRepo' )) {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments