Skip to content

Commit 16c01d2

Browse files
committed
fix
1 parent 12c35b0 commit 16c01d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

instrumentation/methods/javaagent/build.gradle.kts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,17 @@ testing {
2626
all {
2727
testTask.configure {
2828
jvmArgs(
29-
"-Dotel.experimental.config.file=$projectDir/src/declarativeConfigTest/resources/declarative-config.yaml",
29+
"-Dotel.experimental.config.file=$projectDir/src/declarativeConfigTest/resources/declarative-config.yaml"
3030
)
3131
}
3232
}
3333
}
3434
}
3535
}
3636
}
37+
38+
tasks {
39+
check {
40+
dependsOn(testing.suites)
41+
}
42+
}

0 commit comments

Comments
 (0)