docs: 更改描述
This commit is contained in:
@@ -45,7 +45,7 @@ tasks {
|
||||
destinationDirectory = rootProject.layout.buildDirectory
|
||||
}
|
||||
processResources {
|
||||
filesMatching("plugin.yml") {
|
||||
filesMatching(listOf("plugin.yml", "bungee.yml")) {
|
||||
expand(project.properties)
|
||||
}
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
|
@@ -3,6 +3,15 @@ main: cn.hamster3.service.bungee.BallBridgePlugin
|
||||
version: ${version}
|
||||
|
||||
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:
|
||||
- HamsterBall
|
||||
|
@@ -8,6 +8,7 @@ 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
|
||||
|
Reference in New Issue
Block a user