More parameters for KotlinBuildPusher
This commit is contained in:
committed by
Vasily Levchenko
parent
1723571b3a
commit
caa6ed0d53
+3
-1
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user