Update to the latest API.
This commit is contained in:
parent
bce3a32575
commit
4da1358260
6 changed files with 7 additions and 3 deletions
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue