Skip to content

Commit

Permalink
build: 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Feb 6, 2022
1 parent 4bdedf9 commit 8df5131
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "io.github.gnuf0rce"
version = "1.2.0"
version = "1.1.7"

mavenCentralPublish {
useCentralS01()
Expand All @@ -19,7 +19,6 @@ mavenCentralPublish {
}

mirai {
jvmTarget = JavaVersion.VERSION_11
configureShadow {
exclude("module-info.class")
}
Expand All @@ -45,18 +44,16 @@ dependencies {
exclude(group = "org.jetbrains.kotlinx")
exclude(group = "org.slf4j")
exclude(group = "io.ktor", module = "ktor-client-core")
exclude(group = "io.ktor", module = "ktor-client-core-jvm")
}
implementation("io.ktor:ktor-client-encoding:1.6.5") {
exclude(group = "org.jetbrains.kotlin")
exclude(group = "org.jetbrains.kotlinx")
exclude(group = "org.slf4j")
exclude(group = "io.ktor", module = "ktor-client-core")
exclude(group = "io.ktor", module = "ktor-client-core-jvm")
}
compileOnly("net.mamoe:mirai-core-utils:2.10.0")
compileOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.0.7")
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.0.0-RC3")
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.0.0")
// test
testImplementation("com.vladsch.flexmark:flexmark-all:0.62.2")
testImplementation("net.mamoe.yamlkt:yamlkt-jvm:0.10.2")
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@

## 自动通过加群问题放行开发者

`1.2.0` 起对接到 [mirai-administrator](https://github.com/cssxsh/mirai-administrator) 实现此功能
`1.1.7` 起对接到 [mirai-administrator](https://github.com/cssxsh/mirai-administrator) 实现此功能

举例:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object GitHubHelperPlugin : KotlinPlugin(
JvmPluginDescription(
id = "io.github.gnuf0rce.github-helper",
name = "github-helper",
version = "1.2.0",
version = "1.1.7",
) {
author("cssxsh")

Expand Down

0 comments on commit 8df5131

Please sign in to comment.