Merge remote-tracking branch 'origin/master'

This commit is contained in:
Him188 2020-09-16 17:27:45 +08:00
commit 9e6b76b6cb

View File

@ -37,7 +37,7 @@ class MiraiConsoleBuildPlugin : Plugin<Project> {
"Manifest-Version" to "1", "Manifest-Version" to "1",
"Implementation-Vendor" to "Mamoe Technologies", "Implementation-Vendor" to "Mamoe Technologies",
"Implementation-Title" to target.name.toString(), "Implementation-Title" to target.name.toString(),
"Implementation-Version" to target.version.toString() + "-" + gitVersion "Implementation-Version" to target.version.toString() + "+" + gitVersion
) )
} }
@Suppress("UNCHECKED_CAST") @Suppress("UNCHECKED_CAST")