|
|
@@ -82,7 +82,7 @@ test.ignoreFailures true
|
|
|
|
|
|
// 定义jar包manifest的信息,以便分析问题
|
|
|
jar {
|
|
|
- archiveBaseName = 'zlkj_hr_common_plugin'
|
|
|
+ archiveBaseName = 'zlkj_hr_opmc'
|
|
|
version = '1.0'
|
|
|
manifest {
|
|
|
attributes 'Builddate': new Date().format("yyyyMMddHHmm", TimeZone.getTimeZone("GMT+08:00"))
|
|
|
@@ -92,7 +92,7 @@ jar {
|
|
|
|
|
|
// 定义zip包manifest的信息,以便分析问题
|
|
|
zip {
|
|
|
- archiveBaseName = 'zlkj_hr_common_plugin'
|
|
|
+ archiveBaseName = 'zlkj_hr_opmc'
|
|
|
version = '1.0'
|
|
|
manifest {
|
|
|
attributes 'Builddate': new Date().format("yyyyMMddHHmm", TimeZone.getTimeZone("GMT+08:00"))
|