[maven] IDEA-375474 fix MavenDistributionResolveTest

GitOrigin-RevId: 30037c9e9ae5e605d4660aed6eba24591ec04e28
This commit is contained in:
Dmitry Kichinsky
2025-07-06 21:46:44 +00:00
committed by intellij-monorepo-bot
parent 172c788491
commit 640ead2242
@@ -59,6 +59,7 @@ class MavenDistributionResolveTest : MavenMultiVersionImportingTestCase() {
override fun tearDown() {
RunAll(
ThrowableRunnable {
MavenServerManager.getInstance().closeAllConnectorsAndWait()
@OptIn(ExperimentalPathApi::class)
mavenHomeDir.deleteRecursively()
},