added Graal native image build for the server

This commit is contained in:
2025-02-06 00:29:12 +08:00
parent 5fef1b932e
commit a4e9d58aa7
14 changed files with 1810 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ allprojects { subproject ->
withSourcesJar()
modularity.inferModulePath = true
toolchain {
languageVersion = JavaLanguageVersion.of(21)
languageVersion = JavaLanguageVersion.of(23)
vendor = JvmVendorSpec.ORACLE
}
}