Relocate com.bgsoftware.common to internal libs folder

This commit is contained in:
OmerBenGera 2024-04-29 17:13:25 +03:00
parent 977fed5485
commit b304acb0ea
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ processResources {
shadowJar {
dependsOn(jar)
relocate 'com.bgsoftware.common', 'com.bgsoftware.wildloaders.libs.com.bgsoftware.common'
archiveFileName = rootProject.name + "-" + rootProject.buildVersion + ".jar"
delete fileTree(rootProject.targetFolder.getAbsolutePath())