Skip to content

Commit bb56387

Browse files
authored
Remove unneeded test source config (#13128)
1 parent d061cb8 commit bb56387

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

instrumentation/aws-sdk/aws-sdk-2.2/library/build.gradle.kts

-6
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ dependencies {
2727
testing {
2828
suites {
2929
val testCoreOnly by registering(JvmTestSuite::class) {
30-
sources {
31-
groovy {
32-
setSrcDirs(listOf("src/testCoreOnly/groovy"))
33-
}
34-
}
35-
3630
dependencies {
3731
implementation(project())
3832
implementation(project(":instrumentation:aws-sdk:aws-sdk-2.2:testing"))

0 commit comments

Comments
 (0)