We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0242e commit a314caeCopy full SHA for a314cae
1 file changed
build.gradle.kts
@@ -82,7 +82,6 @@ intellijPlatform {
82
83
pluginVerification {
84
freeArgs = listOf("-mute", "TemplateWordInPluginName")
85
-
86
ides {
87
recommended()
88
}
@@ -97,6 +96,11 @@ changelog {
97
96
98
99
tasks {
+ test {
100
+ exclude("com/vk/kphpstorm/testing/infrastructure/**")
101
+ include("**/*Test.class")
102
+ isScanForTestClasses = false
103
+ }
104
wrapper {
105
gradleVersion = providers.gradleProperty("gradleVersion").get()
106
0 commit comments