fix: OOM exception during verifyPlugin CI run
This commit is contained in:
parent
5a907290b2
commit
74b450b3ae
@ -47,6 +47,9 @@ dependencies {
|
||||
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
|
||||
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
|
||||
|
||||
// Workaround to fix OOM exception during CI run
|
||||
pluginVerifier(version="1.383")
|
||||
|
||||
testFramework(TestFrameworkType.Platform)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user