File tree Expand file tree Collapse file tree
src/main/kotlin/xyz/cssxsh/mirai/device Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717## MCL安装
1818
19- ` ./mcl --update-package xyz.cssxsh.mirai:mirai-device-generator --channel stable --type plugin `
19+ ` ./mcl --update-package xyz.cssxsh.mirai:mirai-device-generator --channel maven- stable --type plugin `
2020
2121## board编号参考
2222
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " xyz.cssxsh.mirai"
10- version = " 1.2 .0"
10+ version = " 1.3 .0"
1111
1212mavenCentralPublish {
1313 useCentralS01()
@@ -21,8 +21,8 @@ mavenCentralPublish {
2121}
2222
2323repositories {
24- mavenLocal()
2524 mavenCentral()
25+ maven(" https://repo.mirai.mamoe.net/snapshots" )
2626}
2727
2828dependencies {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ internal object MiraiDevicePlugin : KotlinPlugin(
1111 JvmPluginDescription (
1212 id = "xyz.cssxsh.mirai.mirai-device-generator",
1313 name = "mirai-device-generator",
14- version = "1.2 .0",
14+ version = "1.3 .0",
1515 ) {
1616 author("cssxsh")
1717 }
You can’t perform that action at this time.
0 commit comments