Commit 714137f6 authored by Him188's avatar Him188

0.15.3

parent 29a5ab53
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
开发版本. 频繁更新, 不保证高稳定性 开发版本. 频繁更新, 不保证高稳定性
## `0.15.3` 2020/2/18
修复无法引入依赖的问题.
## `0.15.2` 2020/2/18 ## `0.15.2` 2020/2/18
### mirai-core ### mirai-core
......
# style guide # style guide
kotlin.code.style=official kotlin.code.style=official
# config # config
mirai_version=0.15.2 mirai_version=0.15.3
mirai_japt_version=1.0.1 mirai_japt_version=1.0.1
kotlin.incremental.multiplatform=true kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true kotlin.parallel.tasks.in.project=true
......
...@@ -94,7 +94,7 @@ publishing { ...@@ -94,7 +94,7 @@ publishing {
it.artifactId = "$project.name-common" it.artifactId = "$project.name-common"
break break
case 'jvm': case 'jvm':
it.artifactId = "${project.name.replace("-jvm", "")}" it.artifactId = "$project.name-jvm"
break break
case 'js': case 'js':
case 'native': case 'native':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment