Ignore stderr stream.
This commit is contained in:
parent
462c0813bf
commit
a96c113825
5 changed files with 31 additions and 22 deletions
|
@ -6,7 +6,7 @@ plugins {
|
|||
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
|
||||
|
||||
dependencies {
|
||||
compile("net.thauvin.erik:pinboard-poster:1.0.0")
|
||||
compile("net.thauvin.erik:pinboard-poster:1.0.1")
|
||||
}
|
||||
|
||||
application {
|
||||
|
|
|
@ -13,7 +13,7 @@ val p = project {
|
|||
version = "0.1"
|
||||
|
||||
dependencies {
|
||||
compile("net.thauvin.erik:pinboard-poster:1.0.0")
|
||||
compile("net.thauvin.erik:pinboard-poster:1.0.1")
|
||||
}
|
||||
|
||||
assemble {
|
||||
|
@ -23,6 +23,7 @@ val p = project {
|
|||
}
|
||||
|
||||
application {
|
||||
ignoreErrorStream = true
|
||||
mainClass = "net.thauvin.erik.pinboard.samples.KotlinExampleKt"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue