mirror of
https://github.com/5vl/Troll.git
synced 2025-09-13 13:13:34 +00:00
Added relocation for kotlin
This commit is contained in:
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>
|
||||||
|
Reference in New Issue
Block a user