Wizard: fix 191 test compilation

This commit is contained in:
Ilya Kirillov
2020-03-26 11:44:52 +03:00
parent 547bb64b18
commit f9377196f8
@@ -83,7 +83,6 @@ abstract class AbstractNewWizardProjectImportTest : PlatformTestCase() {
com.intellij.openapi.components.ServiceManager.getService(project, GradleSettings::class.java)?.apply {
isOfflineWork = GradleEnvironment.Headless.GRADLE_OFFLINE?.toBoolean() ?: isOfflineWork
serviceDirectoryPath = GradleEnvironment.Headless.GRADLE_SERVICE_DIRECTORY ?: serviceDirectoryPath
storeProjectFilesExternally = true
}
// not needed on <= 192 (and causes error on <= 192 ):