[Tests] Give clear name to functional dependency resolution tests

KT-55530
This commit is contained in:
Pavel Kirpichenkov
2023-01-10 11:49:37 +02:00
committed by Space Team
parent 11b026f268
commit 4dbb2b01fe
21 changed files with 31 additions and 31 deletions
@@ -257,9 +257,9 @@ if (!kotlinBuildProperties.isInJpsBuildIdeaSync) {
}
}
targets.create("functionalIdeTest") {
targets.create("functionalDependencyResolutionTest") {
testTask.configure {
include("**/org/jetbrains/kotlin/gradle/ideTests/**")
include("**/org/jetbrains/kotlin/gradle/dependencyResolutionTests/**")
}
}