mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
build: add graalvm native plugin
This commit is contained in:
parent
318a44482f
commit
f79113f264
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ plugins {
|
|||
kotlin("kapt")
|
||||
}
|
||||
id("org.springframework.boot") version "3.1.1"
|
||||
id("org.graalvm.buildtools.native") version "0.9.23"
|
||||
id("com.gorylenko.gradle-git-properties") version "2.4.1"
|
||||
id("nu.studer.jooq") version "8.2.1"
|
||||
id("org.flywaydb.flyway") version "9.7.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue