ldaley / grails-remote-control

Facilitates executing commands (closures) against remote or local Grails applications
Apache License 2.0
23 stars 16 forks source link

Please publish version 1.5 #21

Closed asteria277 closed 10 years ago

asteria277 commented 10 years ago

Latest version of this plugin available in grails plugins repository is 1.4, but this version doesn't work with grails 2.4.0 because ApplicationHolder has been removed.

This has been fixed already in the code, so the only thing left to be done is to release this new version.

adanperez commented 10 years ago

:+1:

kensiprell commented 10 years ago

You can use the steps below until Luke has time to release a new version:

git clone https://github.com/alkemist/grails-remote-control.git

cd grails-remote-control

grails compile

grails maven-install

Then add the line below to your plugin dependencies in BuildConfig.groovy:

compile ":remote-control:1.5-SNAPSHOT"

I've been using it for a couple of weeks.

ldaley commented 10 years ago

Sorry for the hold up. 1.5 is now available.