mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 08:38:13 -07:00
Removing KobaltLogger.
This commit is contained in:
parent
5d80dc9203
commit
27857f48ab
41 changed files with 140 additions and 170 deletions
|
@ -7,7 +7,7 @@ import com.beust.kobalt.api.annotation.Task
|
|||
import com.beust.kobalt.maven.*
|
||||
import com.beust.kobalt.misc.KFiles
|
||||
import com.beust.kobalt.misc.KobaltExecutors
|
||||
import com.beust.kobalt.misc.KobaltLogger
|
||||
import com.beust.kobalt.misc.log
|
||||
import java.io.File
|
||||
import java.util.ArrayList
|
||||
import javax.inject.Inject
|
||||
|
@ -19,7 +19,7 @@ abstract public class JvmCompilerPlugin @Inject constructor(
|
|||
open val files: KFiles,
|
||||
open val depFactory: DepFactory,
|
||||
open val dependencyManager: DependencyManager,
|
||||
open val executors: KobaltExecutors) : BasePlugin(), KobaltLogger {
|
||||
open val executors: KobaltExecutors) : BasePlugin() {
|
||||
|
||||
companion object {
|
||||
const val TASK_CLEAN = "clean"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue