janhoy commented on PR #4499:
URL: https://github.com/apache/solr/pull/4499#issuecomment-4674856733

   > Seems like we need to bring back excluding `.gradle/**` for similar/same 
reasons as we need to exclude the build output. A gradle failure happened on my 
machine where ref guide nodeSetup was writing some config or something to 
.gradle
   
   Yes, I too got bit by this too:
   
   ```
   A problem was found with the configuration of task 
':solr:solr-ref-guide:nodeSetup' (type 'NodeSetupTask').
     - Gradle detected a problem with the following location: 
'/Users/janhoy/git/solr/solr/solr-ref-guide/.gradle/node/nodejs/node-v22.18.0-darwin-arm64'.
   
   * Try:
   > Run with --stacktrace option to get the stack trace.
   > Run with --info or --debug option to get more log output.
   > Get more help at https://help.gradle.org.
   BUILD FAILED in 4s
   218 actionable tasks: 48 executed, 170 up-to-date
   ```
   
   Does not look like a RAT problem, Claude says it is gradle complaining about 
node being stored inside `.gradle` - it should have been placed somewhere else, 
e.g. `${project.root.dir}/.node` - which is then added to .gitignore.


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to