From 0b829b985916c64c56b6d63251defe397ecd3545 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Tue, 3 Apr 2018 18:43:54 +0300 Subject: [PATCH] [build] teamcity maven link should point on pined and taged with kotlin-native builds --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 436aff06c15..78f37fe8f0e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,7 +20,7 @@ remoteRoot=konan_tests #kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-SNAPSHOT # Download artifacts of https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_120_Compiler testDataVersion=1226829:id -kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.2.50-dev-139/artifacts/content/maven +kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.2.50-dev-139,tag:kotlin-native,pinned:true/artifacts/content/maven kotlinVersion=1.2.50-dev-139 konanVersion=0.6.2 org.gradle.jvmargs='-Dfile.encoding=UTF-8'