mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 15:37:10 -07:00
Updates for RIFE2 v1.3.0.
Added README information about GraalVM native-image support.
This commit is contained in:
parent
08b0ad067e
commit
abd47f3bd9
3 changed files with 37 additions and 2 deletions
|
@ -27,8 +27,8 @@ sourceSets.main {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.uwyn.rife2:rife2:1.2.1")
|
||||
runtimeOnly("com.uwyn.rife2:rife2:1.2.1:agent")
|
||||
implementation("com.uwyn.rife2:rife2:1.3.0")
|
||||
runtimeOnly("com.uwyn.rife2:rife2:1.3.0:agent")
|
||||
runtimeOnly("org.eclipse.jetty:jetty-server:11.0.13")
|
||||
runtimeOnly("org.eclipse.jetty:jetty-servlet:11.0.13")
|
||||
runtimeOnly("org.slf4j:slf4j-simple:2.0.5")
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"resources":{
|
||||
"includes":[
|
||||
{"pattern":"^webapp/.*$"}
|
||||
]
|
||||
},
|
||||
"bundles":[]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue