mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
Logs.
This commit is contained in:
parent
c1214c9994
commit
46f847b90a
5 changed files with 8 additions and 10 deletions
|
@ -66,7 +66,7 @@ public class JavaPlugin @Inject constructor(
|
|||
// pb.redirectOutput(File("/tmp/kobalt-out"))
|
||||
val line = args.join(" ")
|
||||
log(1, " Compiling ${sourceFiles.size()} files with classpath size ${cpList.size()}")
|
||||
log(2, "Compiling ${project}:\n${line}")
|
||||
log(2, " Compiling $project:\n$line")
|
||||
val process = pb.start()
|
||||
val errorCode = process.waitFor()
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@ package com.beust.kobalt.plugin.publish
|
|||
|
||||
import com.beust.klaxon.*
|
||||
import com.beust.kobalt.api.Project
|
||||
import com.beust.kobalt.dots
|
||||
import com.beust.kobalt.internal.TaskResult
|
||||
import com.beust.kobalt.maven.Gpg
|
||||
import com.beust.kobalt.maven.Http
|
||||
|
@ -15,7 +14,6 @@ import org.jetbrains.annotations.Nullable
|
|||
import java.io.ByteArrayInputStream
|
||||
import java.io.File
|
||||
import java.nio.charset.Charset
|
||||
import java.util.concurrent.Callable
|
||||
import javax.inject.Inject
|
||||
|
||||
data class JCenterPackage(val jo: JsonObject) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue