mirror of
https://github.com/5vl/Troll.git
synced 2025-05-24 02:57:02 +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>
|
||||
<configuration>
|
||||
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||
<relocations>
|
||||
<relocation>
|
||||
<pattern>kotlin</pattern>
|
||||
<shadedPattern>${groupId}.${artifactId}.kotlin</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
</configuration>
|
||||
</execution>
|
||||
</executions>
|
||||
|
Loading…
x
Reference in New Issue
Block a user