cbeust / kobalt

A Kotlin-based build system for the JVM.
Apache License 2.0
433 stars 60 forks source link

Implemented --log 0 #368

Closed ethauvin closed 7 years ago

ethauvin commented 7 years ago

There are some import changes to * when it made sense.

The only part that I'm having issues with is TestNG; there doesn't seem to be an option to turn the output off, so ./kobatlw test --log 0 will still output the testng results. I'm open to suggestions.