mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-14 20:00:05 +08:00
9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
|
gradlePlugin {
|
||
|
plugins {
|
||
|
create("ts-gradle-install") {
|
||
|
id = "ts-gradle-install"
|
||
|
implementationClass = "cn.tursom.gradle.InstallPlugin"
|
||
|
}
|
||
|
}
|
||
|
}
|