This Gradle plugin does the following:
- Build application jar files for Enonic XP (
com.enonic.xp.app). - Possible to provision and run Enonic XP with your app deployed (
com.enonic.xp.run). - Creates documentation for the plugin (
com.enonic.xp.doc). - Configures easy steps for deploying artifacts to a repo.
To use this plugin, just add the following to your build.gradle file:
plugins {
id 'com.enonic.xp.app` version `1.1.0`
}