fix base archive name by adding -lib
suffix
This commit is contained in:
parent
fc3a5648ed
commit
62cc110651
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ dependencies {
|
|||
}
|
||||
|
||||
base {
|
||||
archivesName.set(rootProject.name)
|
||||
archivesName.set("${rootProject.name}-lib")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue