1
1
plugins {
2
- kotlin(" jvm" ) version " 1.6.0 "
3
- kotlin(" plugin.serialization" ) version " 1.6.0 "
2
+ kotlin(" jvm" ) version " 1.6.21 "
3
+ kotlin(" plugin.serialization" ) version " 1.6.21 "
4
4
5
- id(" net.mamoe.mirai-console" ) version " 2.10.1 "
5
+ id(" net.mamoe.mirai-console" ) version " 2.11.0 "
6
6
id(" net.mamoe.maven-central-publish" ) version " 0.7.1"
7
7
}
8
8
9
9
group = " xyz.cssxsh.mirai"
10
- version = " 1.0.4-M2 "
10
+ version = " 1.0.4"
11
11
12
12
repositories {
13
13
mavenLocal()
@@ -21,25 +21,25 @@ mavenCentralPublish {
21
21
licenseFromGitHubProject(" AGPL-3.0" , " master" )
22
22
publication {
23
23
artifact(tasks.getByName(" buildPlugin" ))
24
+ artifact(tasks.getByName(" buildPluginLegacy" ))
24
25
}
25
26
}
26
27
27
28
dependencies {
28
- api(" org.jetbrains.skiko:skiko-awt:0.7.18 " ) {
29
+ api(" org.jetbrains.skiko:skiko-awt:0.7.20 " ) {
29
30
exclude(group = " org.jetbrains.kotlin" )
30
31
exclude(group = " org.jetbrains.kotlinx" )
31
32
}
32
- implementation(" org.jetbrains.skiko:skiko-awt-runtime-linux-arm64:0.7.18 " )
33
- implementation(" org.jetbrains.skiko:skiko-awt-runtime-linux-x64 :0.7.18 " )
34
- implementation(" org.jetbrains.skiko:skiko-awt-runtime-macos-arm64 :0.7.18 " )
35
- implementation(" org.jetbrains.skiko:skiko-awt-runtime-macos-x64 :0.7.18 " )
36
- implementation(" org.jetbrains.skiko:skiko-awt-runtime-windows -x64:0.7.18 " )
37
- compileOnly( " net.mamoe:mirai-core-utils:2.10.1 " )
38
- compileOnly(" org.jsoup:jsoup:1.14.3 " )
33
+ implementation(" org.jsoup:jsoup:1.14.3 " )
34
+ implementation(" org.jetbrains.skiko:skiko-awt-runtime-linux-arm64 :0.7.20 " )
35
+ implementation(" org.jetbrains.skiko:skiko-awt-runtime-linux-x64 :0.7.20 " )
36
+ implementation(" org.jetbrains.skiko:skiko-awt-runtime-macos-arm64 :0.7.20 " )
37
+ implementation(" org.jetbrains.skiko:skiko-awt-runtime-macos -x64:0.7.20 " )
38
+ implementation( " org.jetbrains.skiko:skiko-awt-runtime-windows-x64:0.7.20 " )
39
+ compileOnly(" net.mamoe:mirai-core-utils:2.11.0 " )
39
40
compileOnly(" com.google.code.findbugs:jsr305:3.0.2" )
40
41
//
41
- testImplementation(kotlin(" test" , " 1.6.0" ))
42
- testImplementation(" org.jsoup:jsoup:1.14.3" )
42
+ testImplementation(kotlin(" test" , " 1.6.21" ))
43
43
}
44
44
45
45
kotlin {
0 commit comments