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>