We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f637bbb commit 4dfeb79Copy full SHA for 4dfeb79
buildSrc/src/main/kotlin/datadog/gradle/plugin/dump/DumpHangedTestPlugin.kt
@@ -24,6 +24,7 @@ import javax.inject.Inject
24
/**
25
* Plugin to collect thread and heap dumps for hanged tests.
26
*/
27
+@Suppress("unused")
28
class DumpHangedTestPlugin : Plugin<Project> {
29
companion object {
30
private const val DUMP_FUTURE_KEY = "dumping_future"
0 commit comments