Add native graalvm build to release

This commit is contained in:
AsamK 2022-10-19 20:09:03 +02:00
parent 47b6fe7dbe
commit e4a4788d5e
3 changed files with 21 additions and 4 deletions

View file

@ -3,7 +3,7 @@ plugins {
application
eclipse
`check-lib-versions`
id("org.graalvm.buildtools.native") version "0.9.15"
id("org.graalvm.buildtools.native") version "0.9.16"
}
version = "0.11.3"