updated client

This commit is contained in:
2024-02-22 08:50:19 +08:00
parent b1a7bcc9a8
commit ae0e4de23e
8 changed files with 171 additions and 66 deletions

View File

@@ -119,7 +119,6 @@ dependencies {
Provider<War> warTaskProvider = tasks.named('war', War) { War it ->
from(configurations.frontend)
archiveVersion = ''
}
tasks.named('deploy2Wildfly', Deploy2WildflyTask) { d2w ->