From bec3688cb82079c93de74cab23cdd4d6126fd32e Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Mon, 16 Nov 2015 20:01:55 +0100 Subject: [PATCH] download_kotlin: use beta 2 branch by default --- build/scripts/download_kotlin.gant | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/scripts/download_kotlin.gant b/build/scripts/download_kotlin.gant index f8b7184fbbff..14e52d73646a 100644 --- a/build/scripts/download_kotlin.gant +++ b/build/scripts/download_kotlin.gant @@ -1,6 +1,3 @@ -import com.intellij.util.text.VersionComparatorUtil - -import static org.jetbrains.jps.idea.IdeaProjectLoader.guessHome /* * Copyright 2000-2015 JetBrains s.r.o. * @@ -16,9 +13,12 @@ import static org.jetbrains.jps.idea.IdeaProjectLoader.guessHome * See the License for the specific language governing permissions and * limitations under the License. */ +import com.intellij.util.text.VersionComparatorUtil + +import static org.jetbrains.jps.idea.IdeaProjectLoader.guessHome includeTargets << new File("${guessHome(this)}/build/scripts/utils.gant") -String kotlinBuildConfigurationOnPublicTeamCity = "Kotlin_M15_2_Idea142branch150versionNoTests" +String kotlinBuildConfigurationOnPublicTeamCity = "Kotlin_Beta2_Idea142branch150versionNoTests" target('default': 'Ensures that build/kotlinc directory contains JARs from Kotlin plugin compatible with current IDEA sources. These JARs are used by build scripts.') { def communityHome = guessHome(this)