Pre-1.0.0 release prep.
This commit is contained in:
parent
483f794966
commit
0f44c9fa27
8 changed files with 14 additions and 16 deletions
|
@ -23,7 +23,7 @@ val p = project {
|
|||
group = "net.thauvin.erik"
|
||||
description = "Pinboard Poster for Kotlin/Java"
|
||||
artifactId = name
|
||||
version = "0.9.3"
|
||||
version = "1.0.0"
|
||||
|
||||
pom = Model().apply {
|
||||
description = project.description
|
||||
|
@ -71,12 +71,6 @@ val p = project {
|
|||
ignoreErrorStream = true
|
||||
}
|
||||
|
||||
application {
|
||||
taskName = "runJava"
|
||||
mainClass = "net.thauvin.erik.pinboard.JavaExample"
|
||||
ignoreErrorStream = true
|
||||
}
|
||||
|
||||
install {
|
||||
target = "deploy"
|
||||
include(from("kobaltBuild/libs"), to(target), glob("**/*"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue