mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-25 16:07:12 -07:00
Not used.
This commit is contained in:
parent
9049ed8048
commit
9c73bc717a
1 changed files with 0 additions and 6 deletions
|
@ -16,12 +16,6 @@ class ConsoleRepositoryListener @JvmOverloads constructor(out: PrintStream? = nu
|
||||||
val LOG_LEVEL = 4
|
val LOG_LEVEL = 4
|
||||||
}
|
}
|
||||||
|
|
||||||
private val out: PrintStream
|
|
||||||
|
|
||||||
init {
|
|
||||||
this.out = out ?: System.out
|
|
||||||
}
|
|
||||||
|
|
||||||
override fun artifactDeployed(event: RepositoryEvent?) {
|
override fun artifactDeployed(event: RepositoryEvent?) {
|
||||||
kobaltLog(LOG_LEVEL, "Deployed " + event!!.artifact + " to " + event.repository)
|
kobaltLog(LOG_LEVEL, "Deployed " + event!!.artifact + " to " + event.repository)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue