mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 15:37:10 -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 {
|
||||
buildArgs.add("--enable-preview") // support for Jetty virtual threads with JDK 19
|
||||
imageName.set("hello-$version")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue