Made Fail.NORMAL default.

This commit is contained in:
Erik C. Thauvin 2016-07-12 12:01:58 -07:00
parent ec778764ae
commit 0e1d0a3833
6 changed files with 82 additions and 8 deletions

View file

@ -17,7 +17,7 @@ val p = project {
name = "kobalt-exec"
group = "net.thauvin.erik"
artifactId = name
version = "0.5.0-beta"
version = "0.5.1-beta"
pom = Model().apply {
name = project.name
@ -61,6 +61,6 @@ val p = project {
}
bintray {
publish = false
publish = true
}
}