1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2016-08-11 02:37:25 -08:00
parent e2774bab61
commit e4e0838109

View file

@ -30,8 +30,8 @@ class JavaCompiler @Inject constructor(val jvmCompiler: JvmCompiler, val kobaltL
return TaskResult()
}
var command: String
var errorMessage: String
val command: String
val errorMessage: String
val compiler = ToolProvider.getSystemJavaCompiler()
fun logk(level: Int, message: CharSequence) = kobaltLog.log(projectName ?: "", level, message)
val result =