mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-26 07:47:13 -07:00
Updated war task
This commit is contained in:
parent
8e249a3f50
commit
7e1dcd82ec
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue