mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-25 00:11:27 +00:00
Move archivesBaseName to jar task
This commit is contained in:
parent
09674b96ca
commit
b5d0dfa5fb
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user