Files
kotlin-server-web-undertow/settings.gradle.kts
rnentjes 9448127654 Update library dependencies to latest versions
Add standard license (MIT NonCommercial)
2025-09-30 15:33:55 +02:00

6 lines
193 B
Kotlin

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
}
val REPO_NAME = "dummy" // so the gitea template compiles, please remove"
rootProject.name = "${REPO_NAME}"