TursomServer/ts-gradle/ts-gradle-no-test/build.gradle.kts

9 lines
164 B
Plaintext

gradlePlugin {
plugins {
create("ts-gradle-no-test") {
id = "ts-gradle-no-test"
implementationClass = "cn.tursom.gradle.NoTestPlugin"
}
}
}