This commit is contained in:
Him188 2020-02-18 20:02:21 +08:00
parent 29a5ab53a9
commit 714137f662
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
开发版本. 频繁更新, 不保证高稳定性
## `0.15.3` 2020/2/18
修复无法引入依赖的问题.
## `0.15.2` 2020/2/18
### mirai-core

View File

@ -1,7 +1,7 @@
# style guide
kotlin.code.style=official
# config
mirai_version=0.15.2
mirai_version=0.15.3
mirai_japt_version=1.0.1
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true

View File

@ -94,7 +94,7 @@ publishing {
it.artifactId = "$project.name-common"
break
case 'jvm':
it.artifactId = "${project.name.replace("-jvm", "")}"
it.artifactId = "$project.name-jvm"
break
case 'js':
case 'native':