1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

maven pom importing

This commit is contained in:
evanchooly 2015-10-06 21:14:33 -04:00
parent cfe4d62c30
commit a8a4ee0a99

View file

@ -55,6 +55,7 @@ private class Main @Inject constructor(
println(Banner.get() + Kobalt.version + "\n")
// runTest()
runWithArgs(jc, args)
log(1, "************ shutting down executors")
executors.shutdown()
debug("All done")
})