mirror of
https://github.com/sciwhiz12/Janitor.git
synced 2024-11-25 03:31:26 +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'
|
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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user