@@ -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 {
@@ -25,7 +25,7 @@ apply plugin: 'java'
- baseName = 'maxkey-mgt-boot'
+ archiveBaseName = 'maxkey-mgt-boot'
mainClass = 'org.maxkey.MaxKeyMgtApplication'
- baseName = 'maxkey-openapi-boot'
+ archiveBaseName = 'maxkey-openapi-boot'
mainClass = 'org.maxkey.MaxKeyOpenApiApplication'