grails-core icon indicating copy to clipboard operation
grails-core copied to clipboard

Grails 4.0.13 project not generating the gradleWrapperVersion in gradle.properties

Open ghost opened this issue 4 years ago • 1 comments

Steps to Reproduce

  1. Create Grails 4.0.13 application
  2. Check gradle.properties which should have gradleWrapperVersion=5.0 based on Upgrading from Grails 3.3.x

Expected Behavior

Should in gradle.properties generate default version gradleWrapperVersion=5.0

Actual Behaviour

In gradle.properties there is no gradleWrapperVersion defined

Tell us what happens instead

Environment Information

  • Operating System: WINDOWS 11
  • Grails Version: 4.0.13
  • JDK Version: 1.8

ghost avatar Dec 02 '21 15:12 ghost

The gradleWrapperVersion property seems to be used for obtaining a CLI Gradle connection. It is present even in 5.1.x, although the gradleWrapperVersion mention is absent from the 5.1.x documentation.

So it makes on wonder whether it is really needed in the grails-core.

yuri1969 avatar Feb 03 '22 14:02 yuri1969