Separated the cmdManager logic like PotatOS and added the version to gradle.properties
This commit was merged in pull request #10.
This commit is contained in:
@@ -44,8 +44,12 @@ application {
|
||||
mainClassName = 'fr.Skydust.JdrBot.JdrBot'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
archiveFileName = "${project.name}.jar"
|
||||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'Main-Class': 'fr.Skydust.JdrBot.JdrBot'
|
||||
attributes 'Main-Class': 'fr.Skydust.JdrBot.JdrBot', 'Implementation-Version': version
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user