fix for issue #187

This commit is contained in:
Grahame Grieve 2020-06-06 07:19:34 +10:00
parent b3c8cae61d
commit 79ac6dc7b8
1 changed files with 1 additions and 1 deletions

View File

@ -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();
} }
} }