Skip to content

Commit

Permalink
added test task
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidanio committed Oct 2, 2024
1 parent ec0242e commit a314cae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ intellijPlatform {

pluginVerification {
freeArgs = listOf("-mute", "TemplateWordInPluginName")

ides {
recommended()
}
Expand All @@ -97,6 +96,11 @@ changelog {


tasks {
test {
exclude("com/vk/kphpstorm/testing/infrastructure/**")
include("**/*Test.class")
isScanForTestClasses = false
}
wrapper {
gradleVersion = providers.gradleProperty("gradleVersion").get()
}
Expand Down

0 comments on commit a314cae

Please sign in to comment.