mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -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
|
command = java.absolutePath
|
||||||
args = newArgs
|
args = newArgs
|
||||||
directory = File(".")
|
directory = File(".")
|
||||||
|
// The Kotlin compiler issues warnings on stderr :-(
|
||||||
|
useErrorStreamAsErrorIndicator = false
|
||||||
}).invoke()
|
}).invoke()
|
||||||
return TaskResult(result == 0, "Error while compiling")
|
return TaskResult(result == 0, "Error while compiling")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue