mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-20 01:00:13 +08:00
12 lines
188 B
Plaintext
12 lines
188 B
Plaintext
plugins {
|
|
kotlin("jvm")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":"))
|
|
}
|
|
|
|
@kotlin.Suppress("UNCHECKED_CAST")
|
|
(rootProject.ext["excludeTest"] as (Project, TaskContainer) -> Unit)(project, tasks)
|
|
|