[GRADLE-2225] Wrapper task generates incorrect disbtribution URI Created: 12/Apr/12  Updated: 04/Jan/13  Resolved: 15/Nov/12

Status: Resolved
Project: Gradle
Affects Version/s: 1.0-rc-1
Fix Version/s: None

Type: Bug
Reporter: Kris De Volder Assignee: Unassigned
Resolution: Not A Bug Votes: 0

Issue Links:
Duplicate
Duplicated by GRADLE-2272 gradle wrapper broken in 1.0-rc-3 Resolved

 Description   

When I create a task like this one:
task wrapper(type: Wrapper)

{ gradleVersion = '1.0-rc-1' }

It creates wrapper.properties with the following URI in it:
distributionUrl=http\://repo.gradle.org/gradle/distributions/gradle-1.0-rc-1-bin.zip

But there is nothing at that URI.

I had to manually replace it with this
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-rc-1-bin.zip


Generated at Wed Jun 30 12:16:08 CDT 2021 using Jira 8.4.2#804003-sha1:d21414fc212e3af190e92c2d2ac41299b89402cf.