File tree Expand file tree Collapse file tree 2 files changed +0
-50
lines changed Expand file tree Collapse file tree 2 files changed +0
-50
lines changed Original file line number Diff line number Diff line change @@ -120,11 +120,6 @@ tasks.register('checkLegacyJava') {
120120
121121classes. 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-
128123tasks. 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-
169162tasks. withType(PublishToMavenRepository ) { task ->
170163 doFirst {
171164 if (repository == publishing. repositories. getByName(' mavenRepo' )) {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments