We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc12cd3 commit bcd3628Copy full SHA for bcd3628
build.gradle.kts
@@ -13,7 +13,7 @@ plugins {
13
kotlin("jvm") version "1.3.70"
14
`maven-publish`
15
`java-library`
16
- id("com.jfrog.bintray") version "1.8.0"
+ id("com.jfrog.bintray") version "1.8.4"
17
}
18
19
@@ -45,7 +45,7 @@ val sourcesJar by tasks.creating(Jar::class) {
45
from(sourceSets.getByName("main").allSource)
46
47
48
-val publicationName = "${artifactID}_pub"
+val publicationName = "ktsRunner_pub"
49
publishing {
50
publications {
51
create<MavenPublication>(publicationName) {
0 commit comments