提交 b1d8ef18 编写于 作者: M MaxKey

baseName -> archiveBaseName

上级 e4fd11f6
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册