From 3b7f2879e288c57d09ed8536cc4b48a06cd623d0 Mon Sep 17 00:00:00 2001 From: nik Date: Thu, 15 Dec 2016 11:36:34 +0300 Subject: [PATCH] download_kotlin script corrected to properly download latest Kotlin builds --- build/scripts/download_kotlin.gant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/download_kotlin.gant b/build/scripts/download_kotlin.gant index c601a822034d..6de3427626d7 100644 --- a/build/scripts/download_kotlin.gant +++ b/build/scripts/download_kotlin.gant @@ -321,6 +321,6 @@ class TeamCityBuildLocator { String getDownloadUrl(String buildNumber) { String encodedBuildNumber = URLEncoder.encode(buildNumber, "UTF-8") - return "$host/guestAuth/repository/download/$buildTypeId/$encodedBuildNumber/kotlin-plugin-1.0.5-release-IJ2016.3-2.zip" + return "$host/guestAuth/repository/download/$buildTypeId/$encodedBuildNumber/kotlin-plugin-1.0.5-release-IJ2016.3-3.zip" } }