cbeust / kobalt

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

Made warn() work like error() with provided message #425

Closed ethauvin closed 7 years ago

ethauvin commented 7 years ago

Fix for #420 warn() issue.

Notice that the implementation is identical to error() which did things correctly.