[Tests] Give clear name to functional dependency resolution tests
KT-55530
This commit is contained in:
committed by
Space Team
parent
11b026f268
commit
4dbb2b01fe
@@ -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/**")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user