grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 9 forks source link

Update Grails Forge to Include more versions #380

Open jamesfredley opened 2 weeks ago

jamesfredley commented 2 weeks ago

Should be able to include next minor version, last minor version and potentially the next major version.

It should still default to the current release.

See: https://start.spring.io/

Version feed: https://start.grails.org/grails-version-feed.json

start.grails.org gets snapshot from https://snapshot.grails.org/versions

it attempts to call the following, but they have not been deployed like snapshot.

https://next.grails.org/versions https://prev.grails.org/versions

jamesfredley commented 1 week ago

related to https://github.com/grails/grails-forge-ui/issues/44