2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-26 07:47:13 -07:00

Use the official GraalVM plugin

This commit is contained in:
Cedric Champeau 2023-03-05 16:23:48 +01:00
parent 5ca1fa305b
commit a79e616d79
No known key found for this signature in database
GPG key ID: 825C06C827AF6B66
4 changed files with 26 additions and 8 deletions

View file

@ -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":[] }]
}
}
]