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

In the application.yml file the 'info app' settings are not loaded correctly. #262

Closed fernando88to closed 6 months ago

fernando88to commented 7 months ago

Description

In the application.yml file the 'info app' settings are not loaded correctly.

Steps to Reproduce

  1. Create an application

Expected Behaviour

In the application.yml file the information below is not being loaded

info:
  app:
    name: grails6_1_0
    version: '0.1'
    grailsVersion: 6.1.0

Actual Behaviour

In the application.yml file the information below should be loaded.

info:
  app:
    name: '@info.app.name@'
    version: '@info.app.version@'
    grailsVersion: '@info.app.grailsVersion@'

Environment Information

matrei commented 7 months ago

This was resolved by #232 and applied in 6.1.1