File tree 3 files changed +7
-4
lines changed
src/main/kotlin/xyz/cssxsh/mirai/selenium
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,14 @@ plugins {
8
8
}
9
9
10
10
group = " xyz.cssxsh.mirai"
11
- version = " 2.2.0 "
11
+ version = " 2.2.1 "
12
12
13
13
mavenCentralPublish {
14
14
useCentralS01()
15
15
singleDevGithubProject(" cssxsh" , " mirai-selenium-plugin" )
16
16
licenseFromGitHubProject(" AGPL-3.0" , " master" )
17
17
publication {
18
18
artifact(tasks.getByName(" buildPlugin" ))
19
- artifact(tasks.getByName(" buildPluginLegacy" ))
20
19
}
21
20
}
22
21
@@ -43,6 +42,10 @@ kotlin {
43
42
explicitApi()
44
43
}
45
44
45
+ mirai {
46
+ jvmTarget = JavaVersion .VERSION_11
47
+ }
48
+
46
49
tasks {
47
50
test {
48
51
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.1-bin .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 @@ -20,7 +20,7 @@ public object MiraiSeleniumPlugin : KotlinPlugin(
20
20
JvmPluginDescription (
21
21
id = "xyz.cssxsh.mirai.plugin.mirai-selenium-plugin",
22
22
name = "mirai-selenium-plugin",
23
- version = "2.2.0 ",
23
+ version = "2.2.1 ",
24
24
) {
25
25
author("cssxsh")
26
26
}
You can’t perform that action at this time.
0 commit comments