mirror of
https://github.com/mamoe/mirai.git
synced 2026-09-06 07:04:56 +08:00
Fix project name when publishing
This commit is contained in:
@@ -24,7 +24,7 @@ bintray {
|
|||||||
|
|
||||||
pkg {
|
pkg {
|
||||||
repo = 'mirai'
|
repo = 'mirai'
|
||||||
name = "mirai-core"
|
name = project.name
|
||||||
licenses = ['AGPL']
|
licenses = ['AGPL']
|
||||||
vcsUrl = miraiGitHubUrl
|
vcsUrl = miraiGitHubUrl
|
||||||
websiteUrl = miraiGitHubUrl
|
websiteUrl = miraiGitHubUrl
|
||||||
|
|||||||
Reference in New Issue
Block a user