diff --git a/build.gradle.kts b/build.gradle.kts index 08e931d..4eb6ecc 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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) } }