1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-line-count.git synced 2025-04-26 03:27:11 -07:00
This commit is contained in:
Cedric Beust 2015-10-03 15:58:25 -07:00
parent 26a16c6a55
commit 34dcabbeb9
5 changed files with 15 additions and 19 deletions

View file

@ -4,7 +4,7 @@ import com.beust.kobalt.api.BasePlugin
import com.beust.kobalt.internal.TaskResult
import java.nio.file.attribute.BasicFileAttributes
import com.beust.kobalt.api.Project
import com.beust.kobalt.api.*
import com.beust.kobalt.api.annotation.Task
import com.beust.kobalt.misc.KobaltLogger
import java.nio.file.*
@ -12,7 +12,7 @@ import java.nio.file.*
public class Main : BasePlugin(), KobaltLogger {
override val name = "kobalt-line-count"
override fun apply(project: Project) {
override fun apply(project: Project, context: KobaltContext) {
println("*** Applying plugin ${name} with project ${project}")
}