Skip to content

Commit

Permalink
gradle 8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rfresh2 committed Sep 11, 2024
1 parent 86c4c39 commit 2dcd519
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Auto detect text files and perform LF normalization
*.java text=auto eol=lf
*.xml text=auto eol=lf
*.json text=auto eol=lf
*.md text=auto eol=lf
*.yml text=auto eol=lf
*.template text=auto eol=lf
*.txt text=auto eol=lf
*.bat text=auto eol=lf
*.gradle text=auto eol=lf
*.sh text=auto eol=lf
*.html text=auto eol=lf
*.settings text=auto eol=lf
Jenkinsfile text=auto eol=lf
gradlew test=auto eol=lf
*.py text=auto eol=lf
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 2dcd519

Please sign in to comment.