Skip to content

Commit 66bb716

Browse files
committed
build: 1.2.3
1 parent bca4b1c commit 66bb716

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

build.gradle.kts

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group = "io.github.gnuf0rce"
10-
version = "1.2.2"
10+
version = "1.2.3"
1111

1212
mavenCentralPublish {
1313
useCentralS01()
@@ -23,10 +23,6 @@ repositories {
2323
mavenCentral()
2424
}
2525

26-
kotlin {
27-
explicitApi()
28-
}
29-
3026
dependencies {
3127
implementation("io.ktor:ktor-client-okhttp:2.0.3") {
3228
exclude(group = "org.jetbrains.kotlin")
@@ -54,13 +50,21 @@ dependencies {
5450
exclude(group = "org.slf4j")
5551
}
5652
compileOnly("net.mamoe:mirai-core-utils:2.12.0")
57-
compileOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.1.1")
58-
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.2.0")
53+
compileOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.1")
54+
compileOnly("xyz.cssxsh.mirai:mirai-administrator:1.2.4")
5955
// test
6056
testRuntimeOnly("xyz.cssxsh.mirai:mirai-selenium-plugin:2.1.1")
6157
testImplementation(kotlin("test", "1.6.21"))
6258
}
6359

60+
kotlin {
61+
explicitApi()
62+
}
63+
64+
mirai {
65+
jvmTarget = JavaVersion.VERSION_11
66+
}
67+
6468
tasks {
6569
test {
6670
useJUnitPlatform()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

src/main/kotlin/io/github/gnuf0rce/mirai/github/GitHubHelperPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public object GitHubHelperPlugin : KotlinPlugin(
2727
JvmPluginDescription(
2828
id = "io.github.gnuf0rce.github-helper",
2929
name = "github-helper",
30-
version = "1.2.2",
30+
version = "1.2.3",
3131
) {
3232
author("cssxsh")
3333

0 commit comments

Comments
 (0)