mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 23:37:12 -07:00
Revert RunTask
This commit is contained in:
parent
86b7ec21d9
commit
65e579966c
7 changed files with 23 additions and 99 deletions
|
@ -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")
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue