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

@@ -1,5 +1,10 @@
pluginManagement {
repositories {
mavenLocal {
content {
includeGroup 'net.woggioni.gradle'
}
}
maven {
url = getProperty('gitea.maven.url')
}
@@ -32,3 +37,4 @@ include 'gbcs-cli'
include 'docker'
include 'gbcs-client'
include 'gbcs-server'
include 'gbcs-native'