Ignore stderr stream.

This commit is contained in:
Erik C. Thauvin 2019-05-26 18:13:47 -07:00
parent 462c0813bf
commit a96c113825
5 changed files with 31 additions and 22 deletions

View file

@ -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"
}
}