File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 18
18
import love.forte.gradle.common.core.project.ProjectDetail
19
19
import love.forte.gradle.common.core.property.systemProp
20
20
21
- // val simbotVersion = v(3, 2, 0)
22
- // //- v("RC", 3)
23
- //
24
- // fun simbot(name: String, version: String = simbotVersion.toString()): String = "love.forte.simbot:simbot-$name:$version"
25
- // fun simboot(name: String, version: String = simbotVersion.toString()): String =
26
- // "love.forte.simbot.boot:simboot-$name:$version"
27
- //
28
- // val simbotApi = simbot("api")
29
- // val simbotCore = simbot("core")
30
- // val simbotLogger = simbot("logger")
31
- // val simbotLoggerJvm = simbot("logger-jvm")
32
- // val simbotLoggerSlf4jImpl = simbot("logger-slf4j-impl")
33
- //
34
- // val simbotUtilLoop = "love.forte.simbot.util:simbot-util-stage-loop:$simbotVersion"
35
- // val simbotUtilSuspendTransformer = "love.forte.simbot.util:simbot-util-suspend-transformer:$simbotVersion"
36
- // val simbotUtilAnnotations = "love.forte.simbot.util:simbot-annotations:$simbotVersion"
37
-
38
- const val SIMBOT_GROUP = " love.forte.simbot"
39
-
40
21
/* *
41
22
* Project versions.
42
23
*/
@@ -57,7 +38,7 @@ object P {
57
38
58
39
59
40
const val VERSION = " 4.2.0"
60
- const val NEXT_VERSION = " 4.2.0 "
41
+ const val NEXT_VERSION = " 4.2.1 "
61
42
62
43
override val snapshotVersion = " $NEXT_VERSION -SNAPSHOT"
63
44
override val version = if (isSnapshot()) snapshotVersion else VERSION
You can’t perform that action at this time.
0 commit comments