1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-03-26 23:50:16 +08:00

Merge remote-tracking branch 'origin/2.15-release' into dev

This commit is contained in:
Karlatemp 2023-07-11 04:02:14 +08:00
commit 019e5e1e1d
No known key found for this signature in database
GPG Key ID: BA173CA2B9956C59

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.15.0"/*PROJECT_VERSION_END*/
?: /*PROJECT_VERSION_START*/"2.15.0-RC"/*PROJECT_VERSION_END*/
// DO NOT ADD SPACE BETWEEN!
val core get() = project