generated from rnentjes/kotlin-server-web-empty
6 lines
193 B
Kotlin
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}"
|