mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-24 08:30:05 +08:00
13 lines
245 B
Plaintext
13 lines
245 B
Plaintext
dependencies {
|
|
implementation(group = "org.yaml", name = "snakeyaml", version = "2.0")
|
|
}
|
|
|
|
gradlePlugin {
|
|
plugins {
|
|
create("ts-gradle-env") {
|
|
id = "ts-gradle-env"
|
|
implementationClass = "cn.tursom.gradle.EnvPlugin"
|
|
}
|
|
}
|
|
}
|