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

Newly created app missing Bootstrap.groovy file #186

Closed puneetbehl closed 11 months ago

puneetbehl commented 1 year ago

Description

A fresh Grails 6 application is missing the BootStrap.groovy file.

Steps to Reproduce

  1. Goto https://start.grails.org/
  2. Click on the "Generate Project" button and Download the Zip.
  3. Open the Project in your favorite IDE or Text Editor
  4. Notice the file grails-app/init/com/example/Bootstrap.groovy is missing.
matrei commented 11 months ago

Fixed by #204