Skip to content

Commit

Permalink
fix indentation in maven example
Browse files Browse the repository at this point in the history
  • Loading branch information
broccolai authored Sep 1, 2024
1 parent 56c897a commit c13134b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ def shade_dependency() -> str:
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
<goal>shade</goal>
</goals>
<configuration>
<relocations>
<relocation>
<pattern>org.incendo.cloud</pattern>
<shadedPattern>com.yourpackage.libs.cloud</shadedPattern>
</relocation>
</relocations>
<relocations>
<relocation>
<pattern>org.incendo.cloud</pattern>
<shadedPattern>com.yourpackage.libs.cloud</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit c13134b

Please sign in to comment.