Development

Requirements

It is desired a basic knowledge about Gradle and its plugin mechanism, as starting point you can review:

The source code is available at: http://gitlab.limbo.local/cpq1/sfdc-development-tool. Once you have the source code, open the source code in a console and execute:

   $ gradle build

Please, make sure that your changes are not breaking any functionality running the unit test:

   $ gradle test