Skip to content

Commit c6a4c0f

Browse files
committed
Update instructions for shadow plugin
1 parent eed8d36 commit c6a4c0f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gcp-auth-extension/build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ tasks {
6060
}
6161

6262
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+
*/
6370
archiveClassifier.set("shadow")
6471
}
6572

0 commit comments

Comments
 (0)