1
0
mirror of https://github.com/sciwhiz12/Janitor.git synced 2024-09-08 02:18:07 +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'
group = "tk.sciwhiz12.janitor"
archivesBaseName = "janitor-bot"
version = versionInfo["version"] ?: "unknown"
println("Version: $version")
@ -27,6 +26,7 @@ application {
}
jar {
archivesBaseName = "janitor-bot"
manifest {
attributes([
"Specification-Title" : "Janitor",