Files
kotlin-server-web-empty/settings.gradle.kts
rnentjes 1f6dc536fb 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.
2024-12-01 11:29:46 +01:00

5 lines
120 B
Kotlin

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
}
rootProject.name = "{{.RepoName}}"