More parameters for KotlinBuildPusher

This commit is contained in:
Nikolay Krasko
2019-10-31 19:35:59 +03:00
committed by Vasily Levchenko
parent 1723571b3a
commit caa6ed0d53
2 changed files with 41 additions and 24 deletions
+3 -1
View File
@@ -630,9 +630,11 @@ task clean {
}
}
task pusher(type: KotlinBuildPusher){
task pusher(type: KotlinBuildPusher){
kotlinVersion = project.kotlinVersion
konanVersion = KonanVersionGeneratedKt.getCurrentKonanVersion()
buildServer = "teamcity.jetbrains.com"
compilerConfigurationId = "Kotlin_dev_Compiler"
overrideConfigurationId = "Kotlin_dev_DeployMavenArtifacts_OverrideNative"
token = project.findProperty("teamcityBearToken") ?: System.getenv("TEAMCITY_BEAR_TOKEN")
}