chore: initialize tech log backend

This commit is contained in:
DongHyeonka
2026-08-13 20:32:52 +09:00
parent e64e701fe5
commit e552e317d6
9 changed files with 26 additions and 14 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
}
rootProject.name = 'ca-skeleton'
rootProject.name = 'tech-log-backend'
File repositoryRoot = settingsDir.parentFile.canonicalFile
File moduleRegistryFile = new File(settingsDir, 'config/architecture/modules.json')