Skip to content

Commit

Permalink
upgrade gradle wrapper to 7.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aafanasev committed Jan 11, 2025
1 parent a10df55 commit 4097880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ out/
!src/**/out/
build/
!src/**/build/
buildSrc/.kotlin/

.DS_Store
Thumbs.db
Expand Down
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-7.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 4097880

Please sign in to comment.