prezi / pride

Manages a pride of Gradle modules
Other
71 stars 13 forks source link

Pride plugins #120

Closed lptr closed 9 years ago

lptr commented 9 years ago

Should be possible to add .jar's on the classpath with extra commands.

lptr commented 9 years ago

To create a plugin, you need to add an SPI for com.prezi.gradle.pride.cli.PridePlugin. The implementation will return a list of commands. The commands can have a @com.prezi.gradle.pride.cli.commands.Group annotation, so the command will appear in that group instead of the default group.