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 e2abf62 commit da23e5cCopy full SHA for da23e5c
appsignals-tests/contract-tests/build.gradle.kts
@@ -73,12 +73,6 @@ tasks {
73
"-Dio.awsobservability.instrumentation.contracttests.agentPath=${otelAgentJarTask.get().archiveFile.get()
74
.getAsFile().absolutePath}",
75
)
76
-
77
- println("Agent JAR Path!!!: ${otelAgentJarTask.get().archiveFile.get().asFile.absolutePath}")
78
- testLogging {
79
- events("passed", "skipped", "failed")
80
- showStandardStreams = true
81
- }
82
}
83
84
// Disable the test task from the java plugin
0 commit comments