jdaugherty commented on PR #15483: URL: https://github.com/apache/grails-core/pull/15483#issuecomment-4001082738
@jprinet I have not dug into your findings too deep, but I do have a two questions! 1. It looks like `base.dir` is coming from the GrailsGradlePlugin and it's used by the old `BuildSettings` class. I believe the Grails framework uses that to assist in finding the project root to know how/when to enable reloading, where to locate resources, and how to find the grails-app directory. There are fallbacks in the code to not use this property if it's not set (for production run scenarios) and I suspect that's why it's continuing to work (gradle is always run from the same location in the tests). Do you know why this breaks cacheability? I'm wondering if we can find an alternative solution to fix the cacheability. 2. we have a convention plugin under build-logic for the sbom plugin, does the normalization have to be at the root project levels? Can it go there instead as part of that plugin? -- 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]
