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 @@ -120,11 +120,6 @@ tasks.register('checkLegacyJava') {
120
120
121
121
classes. finalizedBy checkLegacyJava
122
122
123
- tasks. register(' lineEndingConversion' , CRLFConvert ) {
124
- description = ' Convert top-level files to Windows line endings'
125
- file " $rootDir /RELEASE_NOTES.md"
126
- }
127
-
128
123
tasks. register(' lineEndingConvCopy' , CRLFConvertCopy ) {
129
124
description = ' Convert LICENSE.txt to Windows line endings'
130
125
from " $rootDir /LICENSE.txt"
@@ -164,8 +159,6 @@ tasks.withType(AbstractArchiveTask).configureEach {
164
159
}
165
160
}
166
161
167
- build. dependsOn lineEndingConversion
168
-
169
162
tasks. withType(PublishToMavenRepository ) { task ->
170
163
doFirst {
171
164
if (repository == publishing. repositories. getByName(' mavenRepo' )) {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments