Replace mirai_version with miraiVersion

This commit is contained in:
Him188 2020-03-01 13:01:36 +08:00
parent 6496c76a4d
commit 03e22bcfef
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ runCatching {
allprojects {
group = "net.mamoe"
version = getProperty("mirai_version")
version = getProperty("miraiVersion")
repositories {
mavenLocal()

View File

@ -1,7 +1,7 @@
# style guide
kotlin.code.style=official
# config
mirai_version=0.23.0
miraiVersion=0.23.0
kotlin.incremental.multiplatform=true
kotlin.parallel.tasks.in.project=true
# kotlin

View File

@ -24,7 +24,7 @@ fun ktor(id: String, version: String) = "io.ktor:ktor-$id:$version"
description = "QQ protocol library"
version = rootProject.ext.get("mirai_version")!!.toString()
version = rootProject.ext.get("miraiVersion")!!.toString()
val isAndroidSDKAvailable: Boolean by project