added deployment name to Wildfly plugin

This commit is contained in:
2024-02-22 06:05:48 +08:00
parent b3be3ca226
commit 5304576900
3 changed files with 30 additions and 31 deletions

View File

@@ -18,7 +18,9 @@ dependencies {
}
jar {
bnd '''\
Import-Package: !lombok, *
'''
bundle {
bnd '''\
Import-Package: !lombok, *
'''
}
}