docs: 更改描述
This commit is contained in:
@@ -45,7 +45,7 @@ tasks {
|
|||||||
destinationDirectory = rootProject.layout.buildDirectory
|
destinationDirectory = rootProject.layout.buildDirectory
|
||||||
}
|
}
|
||||||
processResources {
|
processResources {
|
||||||
filesMatching("plugin.yml") {
|
filesMatching(listOf("plugin.yml", "bungee.yml")) {
|
||||||
expand(project.properties)
|
expand(project.properties)
|
||||||
}
|
}
|
||||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||||
|
@@ -3,6 +3,15 @@ main: cn.hamster3.service.bungee.BallBridgePlugin
|
|||||||
version: ${version}
|
version: ${version}
|
||||||
|
|
||||||
author: MiniDay
|
author: MiniDay
|
||||||
|
description: ${description}
|
||||||
|
website: https://git.airgame.net/MiniDay/hamster-ball-bridge/
|
||||||
|
|
||||||
|
UPDATE_CHECKER:
|
||||||
|
VERSION: ${version}
|
||||||
|
CHECK_TYPE: GITEA_RELEASES
|
||||||
|
GIT_BASE_URL: https://git.airgame.net
|
||||||
|
GIT_REPO: MiniDay/hamster-ball-bridge
|
||||||
|
DOWNLOAD_URL: https://jenkins.airgame.net/job/opensource/job/hamster-ball-bridge/
|
||||||
|
|
||||||
depends:
|
depends:
|
||||||
- HamsterBall
|
- HamsterBall
|
||||||
|
@@ -8,6 +8,7 @@ description: ${description}
|
|||||||
website: https://git.airgame.net/MiniDay/hamster-ball-bridge/
|
website: https://git.airgame.net/MiniDay/hamster-ball-bridge/
|
||||||
|
|
||||||
UPDATE_CHECKER:
|
UPDATE_CHECKER:
|
||||||
|
VERSION: ${version}
|
||||||
CHECK_TYPE: GITEA_RELEASES
|
CHECK_TYPE: GITEA_RELEASES
|
||||||
GIT_BASE_URL: https://git.airgame.net
|
GIT_BASE_URL: https://git.airgame.net
|
||||||
GIT_REPO: MiniDay/hamster-ball-bridge
|
GIT_REPO: MiniDay/hamster-ball-bridge
|
||||||
|
Reference in New Issue
Block a user