Wizard: fix 191 test compilation
This commit is contained in:
-1
@@ -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 ):
|
||||
|
||||
Reference in New Issue
Block a user