Skip to content

Commit f3b65a9

Browse files
update createSourcesJar to true for azure-docs-sdk-java pipeline error (Azure#19606)
1 parent 309db99 commit f3b65a9

File tree

1 file changed

+1
-1
lines changed
  • sdk/keyvault/azure-security-keyvault-jca

1 file changed

+1
-1
lines changed

sdk/keyvault/azure-security-keyvault-jca/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<goal>shade</goal>
4848
</goals>
4949
<configuration>
50-
<createSourcesJar>false</createSourcesJar>
50+
<createSourcesJar>true</createSourcesJar>
5151
<relocations>
5252
<relocation>
5353
<pattern>com.fasterxml.jackson</pattern>

0 commit comments

Comments
 (0)