2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 23:37:12 -07:00

Updated for RIFE2 1.1.1.

Added RIFE2 agent and relevant instructions.
Improved README.
This commit is contained in:
Geert Bevin 2023-02-13 08:30:34 -05:00
parent 1c93546fd7
commit 44637cc6fc
3 changed files with 42 additions and 10 deletions

View file

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