generated from rnentjes/kotlin-server-web-empty
Refactor placeholder constants into dedicated file
Moved REPO_NAME and related constants into Placeholders.kt to improve code organization and maintainability. The code now dynamically references these constants where needed, simplifying updates and ensuring consistency across modules. Updated relevant imports and references to accommodate these changes.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
|
||||
}
|
||||
val REPO_NAME = "template"
|
||||
val REPO_NAME = "dummy so the gitea template compiles, please remove"
|
||||
rootProject.name = "kotlin-server-web-undertow"
|
||||
|
||||
Reference in New Issue
Block a user