File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
src/main/kotlin/io/github/gnuf0rce/mirai/github Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
}
8
8
9
9
group = " io.github.gnuf0rce"
10
- version = " 1.2.2 "
10
+ version = " 1.2.3 "
11
11
12
12
mavenCentralPublish {
13
13
useCentralS01()
@@ -23,10 +23,6 @@ repositories {
23
23
mavenCentral()
24
24
}
25
25
26
- kotlin {
27
- explicitApi()
28
- }
29
-
30
26
dependencies {
31
27
implementation(" io.ktor:ktor-client-okhttp:2.0.3" ) {
32
28
exclude(group = " org.jetbrains.kotlin" )
@@ -54,13 +50,21 @@ dependencies {
54
50
exclude(group = " org.slf4j" )
55
51
}
56
52
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 " )
59
55
// test
60
56
testRuntimeOnly(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.1.1" )
61
57
testImplementation(kotlin(" test" , " 1.6.21" ))
62
58
}
63
59
60
+ kotlin {
61
+ explicitApi()
62
+ }
63
+
64
+ mirai {
65
+ jvmTarget = JavaVersion .VERSION_11
66
+ }
67
+
64
68
tasks {
65
69
test {
66
70
useJUnitPlatform()
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public object GitHubHelperPlugin : KotlinPlugin(
27
27
JvmPluginDescription (
28
28
id = "io.github.gnuf0rce.github-helper",
29
29
name = "github-helper",
30
- version = "1.2.2 ",
30
+ version = "1.2.3 ",
31
31
) {
32
32
author("cssxsh")
33
33
You can’t perform that action at this time.
0 commit comments