Skip to content

Commit

Permalink
Try with always generating source jar since it appears to be empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Nov 28, 2019
1 parent 9282054 commit e0afcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion byte-buddy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<createDependencyReducedPom>true</createDependencyReducedPom>
<createSourcesJar>${bytebuddy.extras}</createSourcesJar>
<createSourcesJar>true</createSourcesJar>
<shadeSourcesContent>true</shadeSourcesContent>
<relocations>
<relocation>
Expand Down

0 comments on commit e0afcd8

Please sign in to comment.