2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-26 15:48:13 -07:00

Updated war task

This commit is contained in:
Geert Bevin 2023-03-06 19:27:20 -05:00
parent 8e249a3f50
commit 7e1dcd82ec

View file

@ -19,5 +19,4 @@ dependencies {
tasks.war {
webAppDirectory.set(file("../app/src/main/webapp"))
webXml = file("src/web.xml")
rootSpec.exclude("**/jetty*.jar", "**/slf4j*.jar", "**/rife2*-agent.jar")
}