[Jar Repository] [IDEA-328006] LibrarySynchronizationQueue now works properly with disposed libs

The library may be disposed from the moment it got into the queue till the moment it's processed

GitOrigin-RevId: fe8a580766a267db11fb095ca71b589d17a34bbc
This commit is contained in:
Alex Plate
2024-02-13 11:46:19 +02:00
committed by intellij-monorepo-bot
parent d99d8bd0ea
commit c8930055a8
3 changed files with 67 additions and 29 deletions

View File

@@ -21,5 +21,6 @@
<orderEntry type="module" module-name="intellij.platform.workspace.jps" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.backend.workspace" scope="TEST" />
<orderEntry type="module" module-name="intellij.platform.testFramework.junit5" scope="TEST" />
<orderEntry type="library" name="kotlin-test" level="project" />
</component>
</module>