a4aca43fa7
gradlew was hardcoded to /home/amir/gradle/gradle-8.6/bin/gradle. gradle-wrapper.properties used a local file:// URL. Both now use the standard portable approach (HTTPS distribution URL) so builds work in CI and on any dev machine without a local Gradle install. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6 lines
200 B
Properties
6 lines
200 B
Properties
distributionBase=GRADLE_USER_HOME
|
|
distributionPath=wrapper/dists
|
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
|
zipStoreBase=GRADLE_USER_HOME
|
|
zipStorePath=wrapper/dists
|