Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to list all older versions of Grails plugins?

The Grails Plugins site only seems to list the latest versions of all the Grails plugins. But what if I wanted to see a list of other available (older) versions for each plugin? Is there a Grails SDK command/target I can issue to see old plugins?

I ask because I'm using a plugin whose current latest release is broke and its version is "2.0-RC2". Since it's a release candidate, I'd like to know what the last stable (non-RC) version is.

like image 447
DirtyMikeAndTheBoys Avatar asked Apr 29 '14 19:04

DirtyMikeAndTheBoys


1 Answers

You can see the plugins at the main repo site here. The site is referenced via grailsCentral() in the BuildConfig.groovy file which in turn references the repo site in the org.codehaus.groovy.grails.resolve.maven.aether.config.RepositoriesConfiguration.groovy file

like image 83
Tim Avatar answered Oct 05 '22 23:10

Tim