Skip to content

Commit 0717991

Browse files
committed
added test task
1 parent ec0242e commit 0717991

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 6 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,12 @@ changelog {
9796

9897

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

0 commit comments

Comments
 (0)