general refactoring
Some checks failed
CI / build (push) Failing after 2m56s

This commit is contained in:
2025-01-17 11:47:12 +08:00
parent 241d95fe1c
commit 2e6617a308
69 changed files with 317 additions and 202 deletions

View File

@@ -19,7 +19,7 @@ configurations {
dependencies {
docker project(path: ':gbcs-cli', configuration: 'release')
docker project(path: ':gbcs-memcached', configuration: 'release')
docker project(path: ':gbcs-server-memcached', configuration: 'release')
}
Provider<Task> cleanTaskProvider = tasks.named(BasePlugin.CLEAN_TASK_NAME) {}