Skip to content

Commit

Permalink
build: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Nov 10, 2021
1 parent 64e11c8 commit aa5e011
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
8 changes: 1 addition & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,14 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.0.0-dev-1"
version = "1.0.0"

repositories {
mavenLocal()
// maven(url = "https://maven.aliyun.com/repository/public")
mavenCentral()
// maven(url = "https://maven.aliyun.com/repository/gradle-plugin")
gradlePluginPortal()
maven(url = "https://maven.pkg.github.com/cssxsh/baidu-client") {
credentials {
username = System.getenv("GITHUB_ID")
password = System.getenv("GITHUB_TOKEN")
}
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ object Versions {
const val kotlin = "1.5.31"
const val ktor = "1.5.4"
// other
const val baidu = "0.1.0-dev-13"
const val baidu = "0.1.0-dev-15"
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object NetdiskFileSyncPlugin : KotlinPlugin(
JvmPluginDescription(
id = "io.github.gnuf0rce.file-sync",
name = "file-sync",
version = "1.0.0-dev-1",
version = "1.0.0",
) {
author("cssxsh")
}
Expand All @@ -26,7 +26,7 @@ object NetdiskFileSyncPlugin : KotlinPlugin(
"插件需要百度网盘API支持,请到 https://pan.baidu.com/union/main/application/personal 申请应用,并填入oauth.yml"
}

logger.info { "请将文件同步权限授予群 ${NetDiskClient.permission.id}" }
logger.info { "请将文件同步权限授予群 /perm g* ${NetDiskClient.permission.id}" }

NetDiskClient.reload()

Expand Down

0 comments on commit aa5e011

Please sign in to comment.