mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[ExternalSystem|Data] fix: updated version of the data storage.
New storage isn't compatible with previous due to removing data classes. Removed classes: JarTaskManifestData, JavaTaskData Issues IDEA-360437 GitOrigin-RevId: b2d2e2314b0f5e2f9252807a833a8fa3c910793d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
166da4103d
commit
d05472457e
@@ -66,7 +66,7 @@ public final class ExternalProjectsDataStorage extends SimpleModificationTracker
|
||||
private static final Logger LOG = Logger.getInstance(ExternalProjectsDataStorage.class);
|
||||
|
||||
// exposed for tests
|
||||
public static final int STORAGE_VERSION = 9;
|
||||
public static final int STORAGE_VERSION = 10;
|
||||
|
||||
private final @NotNull Project myProject;
|
||||
private final @NotNull ConcurrentMap<Pair<ProjectSystemId, File>, InternalExternalProjectInfo> myExternalRootProjects =
|
||||
|
||||
Reference in New Issue
Block a user