hi, I'm trying to first-time build something using...
# community-support
b
hi, I'm trying to first-time build something using a gradle wrapper and within the
gradle-wrapper.properties
file, i have the line
Copy code
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
whenever i run anything with the
./gradlew
command, it tries to download the bin but stops and times out at 100%. same thing happens if i try to download it through my browser. i found another download site for the bin - is there a workaround that can use that?