Skip to content

Commit

Permalink
Ungitignored gradle wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
aeoliux committed Sep 9, 2024
1 parent ae6c84b commit 746b0a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/.kotlin
/.gradle
/**/.DS_Store
/gradle/wrapper/*
/**/xcuserdata
/iosApp/Build
/Violet.ipa
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
7 changes: 7 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 746b0a6

Please sign in to comment.