فهرست منبع

baseName -> archiveBaseName

MaxKey 1 سال پیش
والد
کامیت
b1d8ef18dd

+ 1 - 1
maxkey-webs/maxkey-web-maxkey/config/build_jar.gradle

@@ -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 {

+ 1 - 1
maxkey-webs/maxkey-web-mgt/config/build_jar.gradle

@@ -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 {

+ 1 - 1
maxkey-webs/maxkey-web-openapi/config/build_jar.gradle

@@ -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 {