We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e645c1e commit 0b9bf54Copy full SHA for 0b9bf54
buildSrc/src/main/kotlin/Versions.kt
@@ -23,7 +23,7 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
23
object Versions {
24
val project = System.getenv("mirai.build.project.version")?.takeIf { it.isNotBlank() }
25
?: System.getProperty("mirai.build.project.version")?.takeIf { it.isNotBlank() }
26
- ?: /*PROJECT_VERSION_START*/"2.17.0"/*PROJECT_VERSION_END*/
+ ?: /*PROJECT_VERSION_START*/"2.16.0"/*PROJECT_VERSION_END*/
27
// DO NOT ADD SPACE BETWEEN!
28
29
val core get() = project
0 commit comments