mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix kotlinc 1.0.6 error stream weirdness.
This commit is contained in:
parent
1a01c85fe8
commit
b4413814fc
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ class KotlinCompiler @Inject constructor(
|
|||
command = java.absolutePath
|
||||
args = newArgs
|
||||
directory = File(".")
|
||||
// The Kotlin compiler issues warnings on stderr :-(
|
||||
useErrorStreamAsErrorIndicator = false
|
||||
}).invoke()
|
||||
return TaskResult(result == 0, "Error while compiling")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue