fix: OOM exception during verifyPlugin CI run

This commit is contained in:
marhali 2025-04-24 21:55:23 +02:00
parent 5a907290b2
commit 74b450b3ae

View File

@ -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)
}
}