codeconsole opened a new pull request, #15601:
URL: https://github.com/apache/grails-core/pull/15601

   Made GlobalGrailsClassInjectorTransformation.findSourceDirectory null-safe 
and check -Dgrails.project.base.dir first, so the compile-time AST transform no 
longer NPEs when the Gradle build directory isn't named build or target.
   
   Currently 
   ```
   ./gradlew :bootJar -PbuildDir=build-custom
   ```
   
   results in
   
   ```
   > Task :compileGroovy FAILED
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':pixoto-ext:compileGroovy'.
   > BUG! exception in phase 'canonicalization' in source unit  ...
   ```
   


-- 
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