mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
feat: support springmvc shell generate
This commit is contained in:
@@ -52,7 +52,13 @@ idea {
|
||||
}
|
||||
|
||||
test {
|
||||
dependsOn ":vul:vul-webapp:war", ":vul:vul-webapp-expression:war", ":vul:vul-webapp-jakarta:war"
|
||||
dependsOn {
|
||||
":vul:vul-webapp:war"
|
||||
":vul:vul-webapp-expression:war"
|
||||
":vul:vul-webapp-jakarta:war"
|
||||
":vul:vul-springboot2:bootJar"
|
||||
":vul:vul-springboot3:bootJar"
|
||||
}
|
||||
useJUnitPlatform()
|
||||
finalizedBy jacocoTestReport
|
||||
}
|
||||
Reference in New Issue
Block a user