mirror of
https://github.com/ethauvin/kobalt-line-count.git
synced 2025-04-25 19:17:11 -07:00
Make the plug-in debuggable.
This commit is contained in:
parent
d6a5bd6268
commit
1ef8e4b945
7 changed files with 214 additions and 17 deletions
|
@ -2,13 +2,17 @@ package com.beust.kobalt.plugin.linecount
|
|||
|
||||
import com.beust.kobalt.api.BasePlugin
|
||||
import com.beust.kobalt.internal.TaskResult
|
||||
import java.nio.file.attribute.BasicFileAttributes
|
||||
|
||||
import com.beust.kobalt.api.*
|
||||
import com.beust.kobalt.api.annotation.Task
|
||||
import com.beust.kobalt.misc.KobaltLogger
|
||||
|
||||
import java.nio.file.attribute.BasicFileAttributes
|
||||
import java.nio.file.*
|
||||
|
||||
fun main(argv: Array<String>) {
|
||||
com.beust.kobalt.main(argv)
|
||||
}
|
||||
|
||||
public class Main : BasePlugin(), KobaltLogger {
|
||||
override val name = "kobalt-line-count"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue