baseName -> archiveBaseName

This commit is contained in:
MaxKey 2023-08-30 15:21:16 +08:00
parent e4fd11f65b
commit b1d8ef18dd
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ description = "maxkey-web-maxkey"
bootJar {
dependsOn jar
baseName = 'maxkey-boot'
archiveBaseName = 'maxkey-boot'
version = "${project.version}-ga"
mainClass = 'org.maxkey.MaxKeyApplication'
manifest {

View File

@ -25,7 +25,7 @@ apply plugin: 'java'
bootJar {
dependsOn jar
baseName = 'maxkey-mgt-boot'
archiveBaseName = 'maxkey-mgt-boot'
version = "${project.version}-ga"
mainClass = 'org.maxkey.MaxKeyMgtApplication'
manifest {

View File

@ -25,7 +25,7 @@ apply plugin: 'java'
bootJar {
dependsOn jar
baseName = 'maxkey-openapi-boot'
archiveBaseName = 'maxkey-openapi-boot'
version = "${project.version}-ga"
mainClass = 'org.maxkey.MaxKeyOpenApiApplication'
manifest {