Skip to content

Commit 39cfe7b

Browse files
committed
add: add Gradle wrapper scripts and configure line endings in .gitattributes
1 parent 841cbf6 commit 39cfe7b

5 files changed

Lines changed: 362 additions & 0 deletions

File tree

.gitattributes

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Handle line endings automatically for files detected as text
2+
* text=auto
3+
4+
# Force LF for shell scripts (Unix line endings)
5+
*.sh text eol=lf
6+
gradlew text eol=lf
7+
8+
# Force CRLF for Windows batch files
9+
*.bat text eol=crlf
10+
11+
# Binary files
12+
*.jar binary
13+
*.class binary
14+

gradle/wrapper/gradle-wrapper.jar

42.4 KB
Binary file not shown.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
distributionBase=GRADLE_USER_HOME
2+
distributionPath=wrapper/dists
13
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
6+
zipStoreBase=GRADLE_USER_HOME
7+
zipStorePath=wrapper/dists

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)