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