jar打包

This commit is contained in:
钱涛 2025-05-16 14:20:19 +08:00
parent ca99d54880
commit 7e9213b9a4
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ configure(allprojects) { project ->
}
jar {
apply plugin:'war'
// apply plugin:'war'
from sourceSets.main.allJava
manifest {
attributes 'weaver-ecode-seconddev-id': rootProject.group + '-' + rootProject.name,