Refactor template placeholders for repository name.

Updated rootProject.name and JDBC URL configuration to use template placeholders for better flexibility and consistency. Removed unused code and initialization block from Database.kt to improve readability and maintainability.
This commit is contained in:
2024-12-01 11:29:46 +01:00
parent 952c705ab3
commit 1f6dc536fb
3 changed files with 2 additions and 31 deletions

View File

@@ -1,5 +1,4 @@
plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
//var REPO_NAME = "template"
rootProject.name = "${REPO_NAME}"
rootProject.name = "{{.RepoName}}"