Skip to content

Commit

Permalink
build: 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jul 26, 2022
1 parent bca4b1c commit 66bb716
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
18 changes: 11 additions & 7 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.2"
version = "1.2.3"

mavenCentralPublish {
useCentralS01()
Expand All @@ -23,10 +23,6 @@ repositories {
mavenCentral()
}

kotlin {
explicitApi()
}

dependencies {
implementation("io.ktor:ktor-client-okhttp:2.0.3") {
exclude(group = "org.jetbrains.kotlin")
Expand Down Expand Up @@ -54,13 +50,21 @@ dependencies {
exclude(group = "org.slf4j")
}
compileOnly("net.mamoe:mirai-core-utils:2.12.0")
compileOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.1.1")
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.2.0")
compileOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.1")
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.2.4")
// test
testRuntimeOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.1.1")
testImplementation(kotlin("test", "1.6.21"))
}

kotlin {
explicitApi()
}

mirai {
jvmTarget = JavaVersion.VERSION_11
}

tasks {
test {
useJUnitPlatform()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public object GitHubHelperPlugin : KotlinPlugin(
JvmPluginDescription(
id = "io.github.gnuf0rce.github-helper",
name = "github-helper",
version = "1.2.2",
version = "1.2.3",
) {
author("cssxsh")

Expand Down

0 comments on commit 66bb716

Please sign in to comment.