[kotlin compiler][update] 1.2.0-rc-39
This commit is contained in:
committed by
Vasily Levchenko
parent
e2fc1ddb53
commit
5d514e3ede
Vendored
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user