mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-24 23:17:13 -07:00
Made GraalVM plugin work with Jetty and JDK 19
This commit is contained in:
parent
a3a5c7c380
commit
938372addc
2 changed files with 1 additions and 4 deletions
|
@ -71,5 +71,6 @@ publishing {
|
||||||
}
|
}
|
||||||
|
|
||||||
graalvmNative.binaries.all {
|
graalvmNative.binaries.all {
|
||||||
|
buildArgs.add("--enable-preview") // support for Jetty virtual threads with JDK 19
|
||||||
imageName.set("hello-$version")
|
imageName.set("hello-$version")
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,9 +2,5 @@
|
||||||
{
|
{
|
||||||
"name":"rife.template.html.hello",
|
"name":"rife.template.html.hello",
|
||||||
"methods":[{"name":"<init>","parameterTypes":[] }]
|
"methods":[{"name":"<init>","parameterTypes":[] }]
|
||||||
},
|
|
||||||
{
|
|
||||||
"name":"rife.template.html.world",
|
|
||||||
"methods":[{"name":"<init>","parameterTypes":[] }]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue