AlexanderAshitkin commented on code in PR #43: URL: https://github.com/apache/maven-build-cache-extension/pull/43#discussion_r1136273912
########## src/main/java/org/apache/maven/buildcache/CacheControllerImpl.java: ########## @@ -173,11 +173,14 @@ public CacheResult findCachedBuild( LOGGER.info("Attempting to restore project {} from build cache", projectName); // remote build first - result = findCachedBuild(mojoExecutions, context); + if (cacheConfig.isRemoteCacheEnabled()) { Review Comment: Thank you, I clicked it! -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org