aishwaryabhishek3
10/17/2024, 9:20 AMtrackSourceFiles
property I am running into weird issues where my local build is looking for remote files from CI (we use remote cacheing)
java.io.FileNotFoundException: /home/ubuntu/workspace/remoteFolder/../../../Users/Me/../../../File.kt (No such file or directory)
Doing a clean build removes the error but still it is a hindrance. Is this a known issue or is there a known workaround for this?Andi
10/17/2024, 9:31 AM