mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-13 19:30:10 +08:00
9 lines
156 B
Plaintext
9 lines
156 B
Plaintext
gradlePlugin {
|
|
plugins {
|
|
create("ts-gradle-test") {
|
|
id = "ts-gradle-test"
|
|
implementationClass = "cn.tursom.gradle.TestPlugin"
|
|
}
|
|
}
|
|
}
|