From e7f06add24dd1c020b84f825f735508cfe787e79 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 1 Aug 2016 03:37:05 -0800 Subject: [PATCH] Add the build listeners. --- src/main/resources/META-INF/kobalt-core-plugin.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/META-INF/kobalt-core-plugin.xml b/src/main/resources/META-INF/kobalt-core-plugin.xml index 3186b3f5..706ec10b 100644 --- a/src/main/resources/META-INF/kobalt-core-plugin.xml +++ b/src/main/resources/META-INF/kobalt-core-plugin.xml @@ -13,6 +13,7 @@ com.beust.kobalt.plugin.publish.PublishPlugin com.beust.kobalt.plugin.apt.AptPlugin com.beust.kobalt.internal.JvmCompilerPlugin + com.beust.kobalt.internal.BuildListeners com.beust.kobalt.app.Templates