Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't build because Gradle is no longer served at http #6

Open
stubclan opened this issue Apr 28, 2020 · 0 comments
Open

Can't build because Gradle is no longer served at http #6

stubclan opened this issue Apr 28, 2020 · 0 comments

Comments

@stubclan
Copy link

I downloaded the cf-community and just did a build but it fails with 403 Error.
Adding this as issue so we can get a fix for the master.

Fix: change gradle\wrapper\gradle-wrapper.properties last line from
distributionUrl=https://services.gradle.org/distributions/gradle-1.9-all.zip ... to
distributionUrl=https://services.gradle.org/distributions/gradle-1.9-all.zip

`.\gradlew.bat build
Downloading http://services.gradle.org/distributions/gradle-1.9-all.zip

Exception in thread "main" java.lang.RuntimeException: java.io.IOException: Server returned HTTP response code: 403 for URL: http://services.gradle.org/distributions/gradle-1.9-all.zip
at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:78)
at org.gradle.wrapper.Install.createDist(Install.java:44)
at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:126)
at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:58)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant