Added relocation for kotlin

This commit is contained in:
5vl 2022-05-30 17:13:09 +02:00
parent 13ef6488a8
commit 5205595959
No known key found for this signature in database
GPG Key ID: DA8938F22548E4D5

View File

@ -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>