Skip to content

Commit a314cae

Browse files
committed
added test task
1 parent ec0242e commit a314cae

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ intellijPlatform {
8282

8383
pluginVerification {
8484
freeArgs = listOf("-mute", "TemplateWordInPluginName")
85-
8685
ides {
8786
recommended()
8887
}
@@ -97,6 +96,11 @@ changelog {
9796

9897

9998
tasks {
99+
test {
100+
exclude("com/vk/kphpstorm/testing/infrastructure/**")
101+
include("**/*Test.class")
102+
isScanForTestClasses = false
103+
}
100104
wrapper {
101105
gradleVersion = providers.gradleProperty("gradleVersion").get()
102106
}

0 commit comments

Comments
 (0)