fix base archive name by adding -lib suffix

This commit is contained in:
Adam 2023-05-31 23:30:51 +02:00
parent fc3a5648ed
commit 62cc110651

View file

@ -33,7 +33,7 @@ dependencies {
}
base {
archivesName.set(rootProject.name)
archivesName.set("${rootProject.name}-lib")
}
tasks {