cf-mysql-java-broker icon indicating copy to clipboard operation
cf-mysql-java-broker copied to clipboard

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

Open stubclan opened this issue 4 years ago • 0 comments

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)

stubclan avatar Apr 28 '20 20:04 stubclan