Initial commit
This commit is contained in:
16
test-plugin/build.gradle.kts
Normal file
16
test-plugin/build.gradle.kts
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* Copyright © 2025 RTAkland
|
||||
* Date: 2025/4/28 22:04
|
||||
* Open Source Under Apache-2.0 License
|
||||
* https://www.apache.org/licenses/LICENSE-2.0
|
||||
*/
|
||||
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("com.gradleup.shadow") version "8.3.1"
|
||||
// id("cn.rtast.run-broker") version "0.0.1"
|
||||
}
|
||||
|
||||
//runBroker {
|
||||
// brokerBootstrapPath = "C:\\Users\\RTAkl\\Downloads\\afybroker-server-bootstrap-2.4-all.jar"
|
||||
//}
|
||||
Reference in New Issue
Block a user