grails-core
grails-core copied to clipboard
Grails 4.0.13 project not generating the gradleWrapperVersion in gradle.properties
Steps to Reproduce
- Create Grails 4.0.13 application
- Check
gradle.propertieswhich should havegradleWrapperVersion=5.0based 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
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.