Skip to content

Commit 4e126f4

Browse files
committed
Chore(miot-api-common): 配置 Maven 发布
- 应用 `miwu-publish` Gradle 插件 - 添加 `miwuPublishing` 配置块以定义发布信息
1 parent c1464fa commit 4e126f4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

miot-api-common/build.gradle.kts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
plugins {
22
alias(libs.plugins.kotlin.multiplatform)
3+
id("miwu-publish")
34
}
45

56
kotlin {
@@ -13,3 +14,12 @@ kotlin {
1314
}
1415
}
1516
}
17+
18+
miwuPublishing {
19+
name = "Miot API Common"
20+
group = "io.github.sky130.miwu"
21+
artifactId = "miot-api-common"
22+
version = autoVersion()
23+
description = "Miot API Common definitions"
24+
inceptionYear = "2026"
25+
}

0 commit comments

Comments
 (0)