2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 23:37:12 -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 { tasks.war {
webAppDirectory.set(file("../app/src/main/webapp")) webAppDirectory.set(file("../app/src/main/webapp"))
webXml = file("src/web.xml") webXml = file("src/web.xml")
rootSpec.exclude("**/jetty*.jar", "**/slf4j*.jar", "**/rife2*-agent.jar")
} }