mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 09:28:49 +08:00
baseName -> archiveBaseName
This commit is contained in:
parent
e4fd11f65b
commit
b1d8ef18dd
@ -20,7 +20,7 @@ description = "maxkey-web-maxkey"
|
|||||||
|
|
||||||
bootJar {
|
bootJar {
|
||||||
dependsOn jar
|
dependsOn jar
|
||||||
baseName = 'maxkey-boot'
|
archiveBaseName = 'maxkey-boot'
|
||||||
version = "${project.version}-ga"
|
version = "${project.version}-ga"
|
||||||
mainClass = 'org.maxkey.MaxKeyApplication'
|
mainClass = 'org.maxkey.MaxKeyApplication'
|
||||||
manifest {
|
manifest {
|
||||||
|
|||||||
@ -25,7 +25,7 @@ apply plugin: 'java'
|
|||||||
|
|
||||||
bootJar {
|
bootJar {
|
||||||
dependsOn jar
|
dependsOn jar
|
||||||
baseName = 'maxkey-mgt-boot'
|
archiveBaseName = 'maxkey-mgt-boot'
|
||||||
version = "${project.version}-ga"
|
version = "${project.version}-ga"
|
||||||
mainClass = 'org.maxkey.MaxKeyMgtApplication'
|
mainClass = 'org.maxkey.MaxKeyMgtApplication'
|
||||||
manifest {
|
manifest {
|
||||||
|
|||||||
@ -25,7 +25,7 @@ apply plugin: 'java'
|
|||||||
|
|
||||||
bootJar {
|
bootJar {
|
||||||
dependsOn jar
|
dependsOn jar
|
||||||
baseName = 'maxkey-openapi-boot'
|
archiveBaseName = 'maxkey-openapi-boot'
|
||||||
version = "${project.version}-ga"
|
version = "${project.version}-ga"
|
||||||
mainClass = 'org.maxkey.MaxKeyOpenApiApplication'
|
mainClass = 'org.maxkey.MaxKeyOpenApiApplication'
|
||||||
manifest {
|
manifest {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user