File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import love.forte.gradle.common.core.project.Version
1717import love.forte.gradle.common.core.project.minus
1818import love.forte.gradle.common.core.project.version
1919
20- val simbotVersionInfo = version(3 , 1 , 0 )
20+ val simbotVersionInfo = version(3 , 2 , 0 )
2121
2222@JvmField
2323val SIMBOT_VERSION = simbotVersionInfo.toString()
@@ -40,11 +40,12 @@ sealed class P {
4040 major = " ${simbotVersionInfo.major} .${simbotVersionInfo.minor} " ,
4141 0 , 0
4242 )
43- val status = version(" M8" )
44- versionWithoutSnapshot = mainVersion - status
45-
46- val mainStatus = if (isSnapshot()) (status - Version .SNAPSHOT ) else status
47- version = mainVersion - mainStatus
43+ // val status = version("M8")
44+ // versionWithoutSnapshot = mainVersion - status
45+ versionWithoutSnapshot = mainVersion
46+ version = if (isSnapshot()) (mainVersion - Version .SNAPSHOT ) else mainVersion
47+ // val mainStatus = if (isSnapshot()) (status - Version.SNAPSHOT) else status
48+ // version = mainVersion - mainStatus
4849 }
4950
5051 const val GROUP = " love.forte.simbot.component"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ openjdk-jmh = "1.35"
77[libraries ]
88
99# mirai
10- mirai = " net.mamoe:mirai-core-jvm:2.15.0-RC "
10+ mirai = " net.mamoe:mirai-core-jvm:2.15.0"
1111
1212# kotlinx-serialization
1313kotlinx-serialization-core = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-core" , version.ref = " kotlinx-serialization" }
You can’t perform that action at this time.
0 commit comments