1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-12-05 23:06:36 -08:00
parent 29a68fde19
commit 652a682370

View file

@ -43,6 +43,7 @@ class JavaCompiler @Inject constructor(val jvmCompiler: JvmCompiler) {
// }
pb.inheritIO()
val line = allArgs.joinToString(" ")
log(1, " Compiling ${info.sourceFiles.size} files")
log(2, " Compiling ${line.forward()}")
val process = pb.start()
val errorCode = process.waitFor()