codeconsole commented on PR #15179:
URL: https://github.com/apache/grails-core/pull/15179#issuecomment-3458490400
An alternative for this PR is not reference the constant at all.
```
TARGET_DIR = new File(BASE_DIR, System.getProperty('target.dir') ?: 'build')
```
--
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]