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

Revert RunTask

This commit is contained in:
Cedric Champeau 2023-03-05 11:22:28 +01:00
parent 86b7ec21d9
commit 65e579966c
No known key found for this signature in database
GPG key ID: 825C06C827AF6B66
7 changed files with 23 additions and 99 deletions

View file

@ -2,10 +2,9 @@ plugins {
war
}
version = 1.0
base {
archivesName.set("hello")
version = 1.0
}
repositories {
@ -21,4 +20,4 @@ tasks.war {
webAppDirectory.set(file("../app/src/main/webapp"))
webXml = file("src/web.xml")
rootSpec.exclude("**/jetty*.jar", "**/slf4j*.jar", "**/rife2*-agent.jar")
}
}