2
0
Fork 0
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:
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")
}