Skip to content

Commit

Permalink
Add GitHubWebAPI4Java shaded pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Sep 5, 2019
1 parent fd4a19b commit a0ffacf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,12 @@
<version>3.2.1</version>
<configuration>
<minimizeJar>true</minimizeJar>
<relocations>
<relocation>
<pattern>io.github.TheBusyBiscuit.GitHubWebAPI4Java</pattern>
<shadedPattern>world.bentobox.bentobox.api.github</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit a0ffacf

Please sign in to comment.