diff --git a/build.gradle.kts b/build.gradle.kts index 322ee973..25d53061 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -82,7 +82,6 @@ intellijPlatform { pluginVerification { freeArgs = listOf("-mute", "TemplateWordInPluginName") - ides { recommended() } @@ -97,6 +96,12 @@ changelog { tasks { + test { + exclude("com/vk/kphpstorm/testing/infrastructure/**") + include("**/*Test.class") + isScanForTestClasses = false + } + wrapper { gradleVersion = providers.gradleProperty("gradleVersion").get() }