mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 01:18:27 +08:00
baseName -> archiveBaseName
This commit is contained in:
parent
e4fd11f65b
commit
b1d8ef18dd
@ -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'
|
||||
|
||||
bootJar {
|
||||
dependsOn jar
|
||||
baseName = 'maxkey-mgt-boot'
|
||||
archiveBaseName = 'maxkey-mgt-boot'
|
||||
version = "${project.version}-ga"
|
||||
mainClass = 'org.maxkey.MaxKeyMgtApplication'
|
||||
manifest {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user