Skip to content

Commit

Permalink
GH-47 NanoMaven 2.2.1 does not use cached metadata (Fix #47)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed May 16, 2020
1 parent dde6c79 commit ba25882
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public final class MetadataService {

if (cachedContent != null) {
NanoMaven.getLogger().debug("Served cached content");
//return cachedContent;
return cachedContent;
}

File artifactDirectory = metadataFile.getParentFile();
Expand Down

0 comments on commit ba25882

Please sign in to comment.