Skip to content

Commit 45c420a

Browse files
committed
fix: set shadedArtifactAttached to true
1 parent 5ab424c commit 45c420a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-bigtable-stats/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<goal>shade</goal>
7878
</goals>
7979
<configuration>
80-
<shadedArtifactAttached>false</shadedArtifactAttached>
80+
<shadedArtifactAttached>true</shadedArtifactAttached>
8181
<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
8282
<artifactSet>
8383
<includes>

0 commit comments

Comments
 (0)