Added bintray to build.
This commit is contained in:
parent
cca65b73c1
commit
5b88abdb7c
5 changed files with 13 additions and 83 deletions
|
@ -1,4 +1,5 @@
|
|||
import com.beust.kobalt.plugin.packaging.assemble
|
||||
import com.beust.kobalt.plugin.publish.bintray
|
||||
import com.beust.kobalt.project
|
||||
import com.beust.kobalt.repos
|
||||
|
||||
|
@ -10,9 +11,9 @@ val kobaltDependency = if (dev) "kobalt" else "kobalt-plugin-api"
|
|||
val p = project {
|
||||
|
||||
name = "kobalt-exec"
|
||||
group = "net.thauvin.erik.kobalt"
|
||||
group = "net.thauvin.erik"
|
||||
artifactId = name
|
||||
version = "0.1"
|
||||
version = "0.5.0-beta"
|
||||
|
||||
sourceDirectories {
|
||||
path("src/main/kotlin")
|
||||
|
@ -32,6 +33,11 @@ val p = project {
|
|||
}
|
||||
|
||||
assemble {
|
||||
jar {}
|
||||
mavenJars {
|
||||
}
|
||||
}
|
||||
|
||||
bintray {
|
||||
publish = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue