pledbrook / lazybones

A simple project creation tool that uses packaged project templates.
Apache License 2.0
615 stars 104 forks source link

lazybones stopped working with Ratpack #192

Open eaglet3d opened 5 years ago

eaglet3d commented 5 years ago

Lazybones 0.8.3 is not able to find the latest ratpack 1.7.4 when creating a project.

lazybones create ratpack 1.7.4 my-rat-app

Creating project from template ratpack 1.7.4 in 'my-rat-app'
Cannot find version 1.7.4 of template 'ratpack'. Project has not been created.

Yet, ratpack 1.7.4 is said to be available. lazybones info ratpack


Fetching package information for 'ratpack' from Bintray
Name:        ratpack
Latest:      1.7.4
Description: Template for a basic Groovy-based Ratpack application with a sample index page and a Gradle build (with wrapper). 

It also includes a standard directory structure for static assets as well as core code and tests. Owner: ratpack Versions: 1.7.4, 1.7.3, 1.7.2, 1.7.1, 1.7.0, 1.6.1, 1.6.0, 1.6.0-rc-4, 1.6.0-rc-3, 1.6.0-rc-2, 1.6.0-rc-1, 1.5.4, 1.5.3, 1.5.1, 1.5.0, 1.5.0-rc-3, 1.5.0-rc-2, 1.5.0-rc-1, 1.4.6, 1.4.5, 1.4.4, 1.4.3, 1.4.1, 1.4.0, 1.4.0-rc-3, 1.4.0-rc-1, 1.3.3, 1.3.2, 1.3.1, 1.3.0, 1.3.0-rc-2, 1.3.0-rc-1, 1.2.0, 1.2.0-rc-2, 1.2.0-RC-1, 1.1.1, 1.1.0, 1.0.0, 1.0.0-rc-3, 1.0.0-rc-2, 1.0.0-rc-1, 0.9.19, 0.9.18, 0.9.17, 0.9.16, 0.9.15, 0.9.14, 0.9.13, 0.9.12, 0.9.11, 0.9.10, 0.9.9, 0.9.8, 0.9.7, 0.9.6, 0.9.5, 0.9.4, 0.9.3, 0.9.2, 0.9.1, 0.9.0, 0.3.1, 0.3, 0.2, 0.1

aadrian commented 5 years ago

@eaglet3d see https://github.com/pledbrook/lazybones/issues/188

wololock commented 5 years ago

@eaglet3d This is the problem on the Ratpack side. I've investigated it today and was able to prepare a pull request. Details here -> https://github.com/ratpack/ratpack/issues/1496