mirror of
https://github.com/ethauvin/rife2-hello.git
synced 2025-04-25 23:37:12 -07:00
Use the official GraalVM plugin
This commit is contained in:
parent
5ca1fa305b
commit
a79e616d79
4 changed files with 26 additions and 8 deletions
|
@ -6,6 +6,7 @@ plugins {
|
|||
application
|
||||
id("com.uwyn.rife2")
|
||||
`maven-publish`
|
||||
id("org.graalvm.buildtools.native") version "0.9.20"
|
||||
}
|
||||
|
||||
base {
|
||||
|
@ -66,3 +67,7 @@ publishing {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
graalvmNative.binaries.all {
|
||||
imageName.set("hello-$version")
|
||||
}
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
[
|
||||
{
|
||||
"name":"rife.template.html.hello",
|
||||
{
|
||||
"name":"rife.template.html.hello",
|
||||
"methods":[{"name":"<init>","parameterTypes":[] }]
|
||||
},
|
||||
{
|
||||
"name":"rife.template.html.world",
|
||||
"methods":[{"name":"<init>","parameterTypes":[] }]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue