Skip to content

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

@etherealmuse

Description

@etherealmuse

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions