codeconsole opened a new pull request, #15127:
URL: https://github.com/apache/grails-core/pull/15127
```
./gradlew bootRun --project-prop buildDir=build-7.0.0-SNAPSHOT
```
results in
```
java.io.FileNotFoundException: /grails-demo/build/.grailspid (No such file
or directory)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:255)
at
java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:210)
at
java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:171)
at java.base/java.io.FileWriter.<init>(FileWriter.java:98)
at
grails.util.Environment.writeDevToolsPidFile(Environment.groovy:383)
at grails.util.Environment.isDevtoolsRestart(Environment.groovy:370)
```
--
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]