nielsbasjes commented on pull request #13308: URL: https://github.com/apache/beam/pull/13308#issuecomment-732470396
I'm in doubt about something. Right now I put the `~/.gradle` of the docker image in the real directory `~/.beam_docker_build_env/.gradle/` The reason for that is that if I put it in a directory that is part of the source tree it will cause IntelliJ to see thousands of changed files way too often. If I link it to the real `~/.gradle` then this causes problems because if you also want to build it `outside` the docker the paths are different and some of these files have a path generated in them. The downside is that if you have multiple copies of the beam code cloned then these will all share this one instance and may very well (untested) cause conflicts. What is the best approach here? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
