1
0
mirror of https://github.com/sciwhiz12/Janitor.git synced 2024-09-16 19:24:02 +00:00

Move archivesBaseName to jar task

This commit is contained in:
SciWhiz12 2021-03-27 08:21:43 +08:00
parent 09674b96ca
commit b5d0dfa5fb
Signed by: sciwhiz12
GPG Key ID: 622CF446534317E1

View File

@ -4,7 +4,6 @@ plugins {
apply from: 'version.gradle' apply from: 'version.gradle'
group = "tk.sciwhiz12.janitor" group = "tk.sciwhiz12.janitor"
archivesBaseName = "janitor-bot"
version = versionInfo["version"] ?: "unknown" version = versionInfo["version"] ?: "unknown"
println("Version: $version") println("Version: $version")
@ -27,6 +26,7 @@ application {
} }
jar { jar {
archivesBaseName = "janitor-bot"
manifest { manifest {
attributes([ attributes([
"Specification-Title" : "Janitor", "Specification-Title" : "Janitor",