We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ecb0e commit 33dba44Copy full SHA for 33dba44
oklibrary/build.gradle.kts
@@ -73,7 +73,7 @@ publishing { // 发布配置
73
register<MavenPublication>("release") { // 注册一个名字为 release 的发布内容
74
groupId = "com.gateoftruth.library"
75
artifactId = "OkSimple"
76
- version = "3.4.3"
+ version = "3.4.6"
77
78
afterEvaluate { // 在所有的配置都完成之后执行
79
// 从当前 module 的 release 包中发布
0 commit comments