Skip to content

Commit

Permalink
relocate shaded org.json to shut Spigot up
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 15, 2020
1 parent c550794 commit 4b227f0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dist/pom.xml
Expand Up @@ -133,6 +133,10 @@
<pattern>com.freneticllc</pattern>
<shadedPattern>com.denizenscript.shaded.com.freneticllc</shadedPattern>
</relocation>
<relocation>
<pattern>org.json</pattern>
<shadedPattern>com.denizenscript.shaded.org.json</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 4b227f0

Please sign in to comment.