fix for issue #187
This commit is contained in:
parent
b3c8cae61d
commit
79ac6dc7b8
|
@ -182,7 +182,7 @@ public class FilesystemPackageCacheManager extends BasePackageCacheManager imple
|
||||||
if (!CACHE_VERSION.equals(v)) {
|
if (!CACHE_VERSION.equals(v)) {
|
||||||
clearCache();
|
clearCache();
|
||||||
ini.setStringProperty("cache", "version", CACHE_VERSION, null);
|
ini.setStringProperty("cache", "version", CACHE_VERSION, null);
|
||||||
save = true;
|
ini.save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue