jeantil commented on PR #2813: URL: https://github.com/apache/james-project/pull/2813#issuecomment-3303183129
Yes the build cache is a remote build cache so as long as the inputs have not changed it will apply regardless of the branch being built. If I did this right, it will even be used to reduce local build time on developer's machines (but non ci machines will not be able to write to the remote build cache). Note that this only applies if the maven command is the same which has a rather low chance of happening for the tests since no one would run ``` mvn -B -e -fae clean test -Dorg.slf4j.simpleLogger.showDateTime=true -- 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]
