mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-08 17:20:11 +08:00
Add the missing values in POM
This commit is contained in:
parent
ea44735bce
commit
cd47c60e76
@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user