fix(auth): Renames metadata-auth archive name to not conflict with other modules. (#6749)

Co-authored-by: david-leifker <114954101+david-leifker@users.noreply.github.com>
This commit is contained in:
Pedro Silva 2022-12-14 03:38:48 +00:00 committed by GitHub
parent b8560abd5a
commit 3e274dc186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,10 @@ assemble {
dependsOn shadowJar
}
jar {
archiveName = "$project.name-lib.jar"
}
publishing {
publications {
shadow(MavenPublication) {