Skip to content

Commit bcd3628

Browse files
author
Simon Wirtz
committed
Fix bintray upload
1 parent cc12cd3 commit bcd3628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
kotlin("jvm") version "1.3.70"
1414
`maven-publish`
1515
`java-library`
16-
id("com.jfrog.bintray") version "1.8.0"
16+
id("com.jfrog.bintray") version "1.8.4"
1717
}
1818

1919

@@ -45,7 +45,7 @@ val sourcesJar by tasks.creating(Jar::class) {
4545
from(sourceSets.getByName("main").allSource)
4646
}
4747

48-
val publicationName = "${artifactID}_pub"
48+
val publicationName = "ktsRunner_pub"
4949
publishing {
5050
publications {
5151
create<MavenPublication>(publicationName) {

0 commit comments

Comments
 (0)