You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: