mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-14 20:00:05 +08:00
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
dependencies {
|
|
implementation(project(":ts-gradle-env"))
|
|
}
|
|
|
|
gradlePlugin {
|
|
plugins {
|
|
create("ts-gradle-publish") {
|
|
id = "ts-gradle-publish"
|
|
implementationClass = "cn.tursom.gradle.PublishPlugin"
|
|
}
|
|
}
|
|
}
|