Add the missing values in POM

This commit is contained in:
Karlatemp 2021-02-06 08:15:21 +08:00
parent ea44735bce
commit cd47c60e76
No known key found for this signature in database
GPG Key ID: 21FBDDF664FF06F8

View File

@ -90,7 +90,19 @@ fun MavenPublication.setupPom(
developerConnection.set("scm:${vcs.replace("https:", "git:")}.git")
}
licenses {
license {
name.set("GNU AGPLv3")
url.set("https://github.com/mamoe/mirai/blob/master/LICENSE")
}
}
developers {
developer {
id.set("mamoe")
name.set("Mamoe Technologies")
email.set("support@mamoe.net")
}
}
}