mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
gradle: clean-up resolver temporary cached data
This commit is contained in:
+3
@@ -352,6 +352,9 @@ public class GradleProjectResolver implements ExternalSystemProjectResolver<Grad
|
||||
}
|
||||
mergeSourceSetContentRoots(moduleMap, resolverCtx);
|
||||
mergeLibraryAndModuleDependencyData(projectDataNode, gradleHomeDir, gradleVersion);
|
||||
projectDataNode.putUserData(RESOLVED_SOURCE_SETS, null);
|
||||
projectDataNode.putUserData(MODULES_OUTPUTS, null);
|
||||
projectDataNode.putUserData(CONFIGURATION_ARTIFACTS, null);
|
||||
|
||||
// ensure unique library names
|
||||
Collection<DataNode<LibraryData>> libraries = ExternalSystemApiUtil.getChildren(projectDataNode, ProjectKeys.LIBRARY);
|
||||
|
||||
Reference in New Issue
Block a user