zyro23 opened a new issue, #14704:
URL: https://github.com/apache/grails-core/issues/14704

   `RunCommand` expects a `gradle.properties` containing a `grailsVersion` 
property in the working directory.
   
   this is wrong in various scenarios, including:
   - gradle.properties does not exist at all because user prefers to set the 
versions directly in `build.gradle`
   - multi-project builds where only the root project contains 
`gradle.properties` but the app is launched from its submodule directory (which 
again is mandatory for correct exploded multi-module reloading)
   
   i think it would be ok to use a wrapper with a static grails version - just 
like gradle does for `gradlew`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to