Files
kotlin-server-web-undertow/settings.gradle.kts
rnentjes 0eb853050b 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.
2024-12-01 12:12:33 +01:00

6 lines
203 B
Kotlin

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"