maximilian-novikov-db commented on a change in pull request #4:
URL:
https://github.com/apache/maven-build-cache-extension/pull/4#discussion_r790459700
##########
File path:
src/main/java/org/apache/maven/buildcache/RemoteCacheRepositoryProvider.java
##########
@@ -42,8 +43,12 @@
public RemoteCacheRepositoryProvider( CacheConfig config, PlexusContainer
container )
throws ComponentLookupException
{
- config.initialize();
- String hint = config.getTransport();
+ String hint = "noop";
+ if ( config.initialize() == CacheState.INITIALIZED )
Review comment:
Agree, let's do in a next pr. This one is the hotfix.
--
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]