mirror of
https://github.com/5vl/Troll.git
synced 2025-05-24 06:36:56 +00:00
Added relocation for kotlin
This commit is contained in:
parent
13ef6488a8
commit
5205595959
6
pom.xml
6
pom.xml
@ -41,6 +41,12 @@
|
|||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||||
|
<relocations>
|
||||||
|
<relocation>
|
||||||
|
<pattern>kotlin</pattern>
|
||||||
|
<shadedPattern>${groupId}.${artifactId}.kotlin</shadedPattern>
|
||||||
|
</relocation>
|
||||||
|
</relocations>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user