Install (temporarily only can be installed manually) - rodrigoSaladoAnaya/gertx GitHub Wiki
- Clone the repo
git clone https://github.com/rodrigoSaladoAnaya/gertx.git
.
- Clean the project
grails refresh-dependencies
.
- Install the plugin in the maven repository
grails maven-install
. Ensure that the directory ~/.m2/repository/org/grails/plugins/gertx/[X.X.X] exists, [X.X.X] means the version. i.e.: https://github.com/rodrigoSaladoAnaya/gertx/blob/master/install_plugin.sh
- Into the grails-app/conf/BuildConfig.groovy in the plugins section add
runtime ":gertx:X.X.X"