1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-05 07:10:11 +08:00
This commit is contained in:
Him188 2023-01-21 11:13:03 +00:00
parent 8e425a7ac6
commit 789afff739
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375

View File

@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
object Versions {
val project = System.getenv("mirai.build.project.version")?.takeIf { it.isNotBlank() }
?: System.getProperty("mirai.build.project.version")?.takeIf { it.isNotBlank() }
?: /*PROJECT_VERSION_START*/"2.13.3"/*PROJECT_VERSION_END*/
?: /*PROJECT_VERSION_START*/"2.13.4"/*PROJECT_VERSION_END*/
// DO NOT ADD SPACE BETWEEN!
val core get() = project