-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #160 from simple-robot/dev/update-simbot
build(deps): Update simbot from 4.0.0 to 4.5.0
- Loading branch information
Showing
10 changed files
with
110 additions
and
246 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,7 @@ | |
@file:Suppress("MemberVisibilityCanBePrivate", "unused") | ||
|
||
import love.forte.gradle.common.core.project.ProjectDetail | ||
import love.forte.gradle.common.core.project.Version | ||
import love.forte.gradle.common.core.project.minus | ||
import love.forte.gradle.common.core.property.systemProp | ||
import love.forte.gradle.common.core.project.version as v | ||
|
||
/* | ||
* Copyright (c) 2022-2022 ForteScarlet <[email protected]> | ||
|
@@ -52,10 +49,11 @@ object P : ProjectDetail() { | |
override val homepage: String | ||
get() = HOMEPAGE | ||
|
||
private val baseVersion = v(4, 0, 0) | ||
const val VERSION = "4.0.0-beta5" | ||
const val NEXT_VERSION = "4.0.0-beta6" | ||
|
||
val snapshotVersion = baseVersion - Version.SNAPSHOT | ||
override val version = if (isSnapshot()) snapshotVersion else baseVersion | ||
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT" | ||
override val version = if (isSnapshot()) snapshotVersion else VERSION | ||
|
||
override val group: String get() = GROUP | ||
override val description: String get() = DESCRIPTION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
115 changes: 0 additions & 115 deletions
115
buildSrc/src/main/kotlin/simbot-kook-maven-publish.gradle.kts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.