Skip to content

Commit 80a0407

Browse files
authored
Correct line endings (#881)
This changes the line endings for some files to align based on the `.gitattributes` file. This also runs the `gradlew wrapper` task to update the gradle wrapper scripts This also bumps the outdated development plugin version which seems to be blocking a Gradle upgrade.
1 parent 0ab21f8 commit 80a0407

7 files changed

Lines changed: 219 additions & 188 deletions

File tree

.gitattributes

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
* text eol=lf
2+
3+
# These are explicitly windows files and should use crlf
4+
*.bat text eol=crlf
5+
6+
# These files are text and should be normalized (Convert crlf => lf)
7+
*.bash text eol=lf
8+
*.css text diff=css
9+
*.htm text diff=html
10+
*.html text diff=html
11+
*.java text diff=java
12+
*.sh text eol=lf
13+
14+
# These files are binary and should be left untouched
15+
# (binary is a macro for -text -diff)
16+
*.png binary
17+
*.jpg binary
18+
*.jpeg binary
19+
*.jar binary
20+
*.class binary
21+
*.db binary

gradle/wrapper/gradle-wrapper.jar

2.04 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
4+
networkTimeout=10000
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

gradlew

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 92 additions & 89 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)