11plugins {
2- kotlin(" jvm" ) version " 1.7.10 "
3- kotlin(" plugin.serialization" ) version " 1.7.10 "
2+ kotlin(" jvm" ) version " 1.7.22 "
3+ kotlin(" plugin.serialization" ) version " 1.7.22 "
44
5- id(" net.mamoe.mirai-console" ) version " 2.12.1 "
5+ id(" net.mamoe.mirai-console" ) version " 2.13.2 "
66 id(" me.him188.maven-central-publish" ) version " 1.0.0-dev-3"
77}
88
99group = " io.github.gnuf0rce"
10- version = " 1.3.6 "
10+ version = " 1.3.7 "
1111
1212mavenCentralPublish {
1313 useCentralS01()
1414 singleDevGithubProject(" gnuf0rce" , " netdisk-filesync-plugin" , " cssxsh" )
1515 licenseFromGitHubProject(" AGPL-3.0" )
1616 workingDir = System .getenv(" PUBLICATION_TEMP" )?.let { file(it).resolve(projectName) }
17- ? : project. buildDir.resolve(" publishing-tmp" )
17+ ? : buildDir.resolve(" publishing-tmp" )
1818 publication {
19- artifact(tasks.getByName( " buildPlugin" ) )
19+ artifact(tasks[ " buildPlugin" ] )
2020 }
2121}
2222
@@ -26,15 +26,16 @@ repositories {
2626}
2727
2828dependencies {
29- api(" xyz.cssxsh.baidu:baidu-netdisk:3.2.0" ) {
30- exclude(group = " org.jetbrains.kotlin" )
31- exclude(group = " org.jetbrains.kotlinx" )
32- exclude(group = " org.slf4j" )
33- }
34- compileOnly(" net.mamoe:mirai-core-utils:2.12.1" )
35- compileOnly(" xyz.cssxsh.mirai:mirai-hibernate-plugin:2.4.3" )
36- //
29+ api(" xyz.cssxsh.baidu:baidu-netdisk:3.3.0" )
30+ compileOnly(" xyz.cssxsh.mirai:mirai-hibernate-plugin:2.5.1" )
3731 testImplementation(kotlin(" test" ))
32+ //
33+ implementation(platform(" net.mamoe:mirai-bom:2.13.2" ))
34+ compileOnly(" net.mamoe:mirai-console-compiler-common" )
35+ testImplementation(" net.mamoe:mirai-logging-slf4j" )
36+ //
37+ implementation(platform(" org.slf4j:slf4j-parent:2.0.6" ))
38+ testImplementation(" org.slf4j:slf4j-simple" )
3839}
3940
4041mirai {
0 commit comments