generated from rnentjes/kotlin-server-web-empty
Use dynamic root project name in settings.gradle.kts
Replace the hardcoded root project name with a dynamic one by using the REPO_NAME variable. This allows the project name to be easily configured and adjusted according to different environments or repository settings.
This commit is contained in:
@@ -2,4 +2,4 @@ plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
|
||||
}
|
||||
val REPO_NAME = "dummy so the gitea template compiles, please remove"
|
||||
rootProject.name = "kotlin-server-web-undertow"
|
||||
rootProject.name = "${REPO_NAME}"
|
||||
|
||||
Reference in New Issue
Block a user