Skip to content

Commit

Permalink
Fix bintray upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Wirtz committed Mar 4, 2020
1 parent cc12cd3 commit bcd3628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
kotlin("jvm") version "1.3.70"
`maven-publish`
`java-library`
id("com.jfrog.bintray") version "1.8.0"
id("com.jfrog.bintray") version "1.8.4"
}


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

val publicationName = "${artifactID}_pub"
val publicationName = "ktsRunner_pub"
publishing {
publications {
create<MavenPublication>(publicationName) {
Expand Down

0 comments on commit bcd3628

Please sign in to comment.