[kotlin compiler][update] 1.2-20180126.115605-180 (#1269)

* [kotlin compiler][update] 1.2-20180126.115605-180

kotlinScriptRuntimeVersion=1.2-20180126.115623-180
kotlinStdLibVersion=1.2-20180126.115626-180
kotlinReflectVersion=1.2-20180126.115618-180
kotlinStdLibJdk8Version=1.2-20180126.115632-180
kotlinGradlePluginVersion=1.2-20180126.115615-180

* [build] Fix upload for Kotlin dependencies
This commit is contained in:
Vasily Levchenko
2018-01-30 10:50:57 +03:00
committed by GitHub
parent 15ef5bd6c0
commit a5e8d3dfc9
12 changed files with 27 additions and 21 deletions
+1 -1
View File
@@ -129,8 +129,8 @@ uploads.each { target ->
'doc' : project.configurations.getByName("kotlin_${target}_doc").files.collect {it.path},
'pom' : project.configurations.getByName("kotlin_${target}_pom").files.collect {it.path},
'override': project.hasProperty("override") && project["override"]
]
startParameter.useEmptySettings()
}
}