mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 23:37:12 -07:00
Merge branch 'develop'
This commit is contained in:
commit
4999c040c0
2 changed files with 5 additions and 4 deletions
|
@ -9,6 +9,9 @@ plugins {
|
||||||
id("org.graalvm.buildtools.native") version "0.9.20"
|
id("org.graalvm.buildtools.native") version "0.9.20"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
version = 1.0
|
||||||
|
group = "com.example"
|
||||||
|
|
||||||
rife2 {
|
rife2 {
|
||||||
version.set("1.4.0")
|
version.set("1.4.0")
|
||||||
uberMainClass.set("hello.AppUber")
|
uberMainClass.set("hello.AppUber")
|
||||||
|
@ -18,8 +21,6 @@ rife2 {
|
||||||
|
|
||||||
base {
|
base {
|
||||||
archivesName.set("hello")
|
archivesName.set("hello")
|
||||||
version = 1.0
|
|
||||||
group = "com.example"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
java {
|
java {
|
||||||
|
|
|
@ -2,9 +2,10 @@ plugins {
|
||||||
war
|
war
|
||||||
}
|
}
|
||||||
|
|
||||||
|
version = 1.0
|
||||||
|
|
||||||
base {
|
base {
|
||||||
archivesName.set("hello")
|
archivesName.set("hello")
|
||||||
version = 1.0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
@ -19,5 +20,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