renamed project to "Remote Cache Build Server" (RBCS)

This commit is contained in:
2025-02-06 15:20:50 +08:00
parent 5fef1b932e
commit 6c0eadb9fb
118 changed files with 561 additions and 565 deletions
+7 -7
View File
@@ -23,12 +23,12 @@ dependencyResolutionManagement {
}
}
rootProject.name = 'gbcs'
rootProject.name = 'rbcs'
include 'gbcs-api'
include 'gbcs-common'
include 'gbcs-server-memcache'
include 'gbcs-cli'
include 'rbcs-api'
include 'rbcs-common'
include 'rbcs-server-memcache'
include 'rbcs-cli'
include 'docker'
include 'gbcs-client'
include 'gbcs-server'
include 'rbcs-client'
include 'rbcs-server'