Force remove JpsModel in BaseKotlinJpsBuildTestCase tests
This commit is contained in:
@@ -31,5 +31,7 @@ abstract class BaseKotlinJpsBuildTestCase : JpsBuildTestCase() {
|
|||||||
JpsUtils.resetCaches()
|
JpsUtils.resetCaches()
|
||||||
System.clearProperty("kotlin.jps.tests")
|
System.clearProperty("kotlin.jps.tests")
|
||||||
super.tearDown()
|
super.tearDown()
|
||||||
|
myModel = null
|
||||||
|
myBuildParams.clear()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user