Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.0.0-beta-2
-
None
-
None
Description
In the class IvySettings there is the following method:
public void setDefaultCacheArtifactPattern(String defaultCacheArtifactPattern) { CacheUtil.checkCachePattern(defaultCacheIvyPattern); this.defaultCacheArtifactPattern = defaultCacheArtifactPattern; }
I guess it should be: CacheUtil.checkCachePattern(defaultCacheArtifactPattern);