jdaugherty commented on PR #15698:
URL: https://github.com/apache/grails-core/pull/15698#issuecomment-4625075610
I was expecting us to change the bootRun task configuration in the gradle
plugin to write out pid files to the build directory via a `doFirst { }` (and
if multiple are running, we could force a failure since it will fail with a
port conflict anyhow). Then your stop app just reads that - Scott made a
change to support running in different directories (usually work trees) so I
think there's already a standardized way to access the build directory. I
think the helper is BuildSettings or Settings.groovy.
--
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]