We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3e3c4 commit 78b5304Copy full SHA for 78b5304
1 file changed
pom.xml
@@ -12,6 +12,7 @@
12
<properties>
13
<java.version>1.8</java.version>
14
<plugin.version>9.5</plugin.version>
15
+ <license.packageName>me.hsgamer.bettergui.lib.license</license.packageName>
16
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17
</properties>
18
@@ -49,6 +50,12 @@
49
50
</filter>
51
</filters>
52
<relocations>
53
+ <!-- HSCore License -->
54
+ <relocation>
55
+ <pattern>me.hsgamer.hscore.license</pattern>
56
+ <shadedPattern>${license.packageName}</shadedPattern>
57
+ </relocation>
58
+
59
<!-- HSCore -->
60
<relocation>
61
<pattern>me.hsgamer.hscore</pattern>
0 commit comments