Update to the latest API.

This commit is contained in:
Cedric Beust 2016-07-10 21:49:27 -07:00
parent bce3a32575
commit 48eb08357e
6 changed files with 7 additions and 3 deletions

View file

@ -39,12 +39,14 @@ import com.beust.kobalt.misc.log
class ExecPlugin : BasePlugin(), ITaskContributor {
/*
fun main(argv: Array<String>) {
com.beust.kobalt.main(argv)
}
*/
// ITaskContributor
override fun tasksFor(context: KobaltContext): List<DynamicTask> {
override fun tasksFor(project: Project, context: KobaltContext): List<DynamicTask> {
return emptyList()
}