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 eed8d36 commit c6a4c0fCopy full SHA for c6a4c0f
gcp-auth-extension/build.gradle.kts
@@ -60,6 +60,13 @@ tasks {
60
}
61
62
shadowJar {
63
+ /**
64
+ * Shaded version of this extension is required when using it as a OpenTelemetry Java Agent
65
+ * extension. Shading bundles the dependencies required by this extension in the resulting JAR,
66
+ * ensuring their presence on the classpath at runtime.
67
+ *
68
+ * See http://gradleup.com/shadow/introduction/#introduction for reference.
69
+ */
70
archiveClassifier.set("shadow")
71
72
0 commit comments