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 8 forks source link

Project version of generated projects should not be set in multiple places #230

Closed matrei closed 10 months ago

matrei commented 10 months ago

Description

When generating a project, the project version is set in both gradle.properties and build.gradle. This adds to confusion and make you have to update it in multiple places.

Also removing the one in gradle.properties makes info.app.version=unspecified when running ./gradlew/bootRun

It is therefore probably better to only specify it in gradle.properties and remove it from build.gradle.