Skip to content

Commit b074006

Browse files
committed
Gradle: do line ending conversion on the current top-level text files.
1 parent 4f9ba85 commit b074006

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ classes.finalizedBy checkLegacyJava
138138
tasks.register('lineEndingConversion', CRLFConvert) {
139139
file "$rootDir/LICENSE.txt"
140140
file "$rootDir/LICENSES.txt"
141-
file "$rootDir/CHANGES.txt"
142-
file "$rootDir/RELEASE_NOTES.txt"
141+
file "$rootDir/RELEASE_NOTES.md"
143142
}
144143

145144
tasks.register('cleanBuildSrc') {

0 commit comments

Comments
 (0)