[kotlin compiler][update] 1.2.0-rc-39

This commit is contained in:
Vasily Levchenko
2017-11-01 12:17:11 +03:00
committed by Vasily Levchenko
parent e2fc1ddb53
commit 5d514e3ede
7 changed files with 111 additions and 65 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ bintray {
def (groupId, artifactId, version) = gradle.startParameter.projectProperties.module.tokenize(':')
def groupPath = groupId.replace('.', '/')
def artifactPath = artifactId
def versionPath = "${version.tokenize('-')[0]}-SNAPSHOT"
def versionPath = "$version" //TODO: snapshots?
from project.files(gradle.startParameter.projectProperties.jar)
from project.files(gradle.startParameter.projectProperties.src)
from project.files(gradle.startParameter.projectProperties.doc)