mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
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:
parent
b8560abd5a
commit
3e274dc186
@ -48,6 +48,10 @@ assemble {
|
||||
dependsOn shadowJar
|
||||
}
|
||||
|
||||
jar {
|
||||
archiveName = "$project.name-lib.jar"
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
shadow(MavenPublication) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user