-
Task
-
Resolution: Fixed
-
Minor
-
None
The lastest Gradle distribution (1.0 milestone 9) cannot be selected in the "Install from Gradle.org" drop down list.
I would guess that this is because the Gradle distrubition URL has changed from http://repo.gradle.org/gradle/distributions to http://services.gradle.org/distributions . See the Gradle release note http://wiki.gradle.org/display/GRADLE/Gradle+1.0-milestone-8+Migration+Guide#Gradle1.0-milestone-8MigrationGuide-NewURLfordownloadingGradledistributions .
- is duplicated by
-
JENKINS-13093 Update Gradle backend-crawler to new artifacts location
-
- Closed
-
Something updated in the jenkins plugin, but the update was incorrect. Our jenkins instances were looking at http://services.gradle.org/distributions/distributions/gradle-1.0-milestone-9-bin.zip (which doesn't exist).
A search and replace for "distributions/distributions" with "distributions" in updates/hudson.plugins.gradle.GradleInstaller resolved things for us.