2
0
Fork 0
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:
Geert Bevin 2023-03-05 10:56:37 -05:00
parent a3a5c7c380
commit 938372addc
2 changed files with 1 additions and 4 deletions

View file

@ -71,5 +71,6 @@ publishing {
}
graalvmNative.binaries.all {
buildArgs.add("--enable-preview") // support for Jetty virtual threads with JDK 19
imageName.set("hello-$version")
}

View file

@ -2,9 +2,5 @@
{
"name":"rife.template.html.hello",
"methods":[{"name":"<init>","parameterTypes":[] }]
},
{
"name":"rife.template.html.world",
"methods":[{"name":"<init>","parameterTypes":[] }]
}
]