We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5503d18 commit ae818e1Copy full SHA for ae818e1
build.gradle.kts
@@ -3,6 +3,7 @@ plugins {
3
kotlin("plugin.serialization") version "1.6.21"
4
5
id("net.mamoe.mirai-console") version "2.11.1"
6
+ id("net.mamoe.maven-central-publish") version "0.7.1"
7
}
8
9
group = "xyz.cssxsh.meme-helper"
@@ -13,6 +14,16 @@ repositories {
13
14
mavenCentral()
15
16
17
+mavenCentralPublish {
18
+ useCentralS01()
19
+ singleDevGithubProject("cssxsh", "meme-helper")
20
+ licenseFromGitHubProject("AGPL-3.0", "master")
21
+ publication {
22
+ artifact(tasks.getByName("buildPlugin"))
23
+ artifact(tasks.getByName("buildPluginLegacy"))
24
+ }
25
+}
26
+
27
dependencies {
28
compileOnly("xyz.cssxsh.mirai:mirai-hibernate-plugin:2.2.3")
29
compileOnly("xyz.cssxsh.mirai:mirai-skia-plugin:1.1.0")
0 commit comments