1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-27 00:38:11 -07:00

Groovy plug-in.

This commit is contained in:
Cedric Beust 2017-02-13 16:28:04 -08:00
parent 9cea38dedb
commit b59bf3b8c0
4 changed files with 103 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<name>kobalt</name>
<factory-class-name>com.beust.kobalt.internal.GuiceFactory</factory-class-name>
<plugin-actors>
<!-- Classes within this tag are instantiated and the introspected by Kobalt. Whenever they -->
<!-- Classes within this tag are instantiated and then introspected by Kobalt. Whenever they -->
<!-- are found to implement one of IPluginActor's interfaces, they are added as such -->
<class-name>com.beust.kobalt.plugin.java.JavaPlugin</class-name>
<class-name>com.beust.kobalt.plugin.application.ApplicationPlugin</class-name>
@ -12,6 +12,7 @@
<class-name>com.beust.kobalt.plugin.packaging.PackagingPlugin</class-name>
<class-name>com.beust.kobalt.plugin.publish.PublishPlugin</class-name>
<class-name>com.beust.kobalt.plugin.apt.AptPlugin</class-name>
<class-name>com.beust.kobalt.plugin.groovy.GroovyPlugin</class-name>
<class-name>com.beust.kobalt.internal.JvmCompilerPlugin</class-name>
<class-name>com.beust.kobalt.internal.BuildListeners</class-name>