Fix incorrect name in pricenode jar and manifest

This commit is contained in:
Chris Beams 2018-11-04 16:39:50 +01:00
parent 51d9f00d44
commit cdff12ad9f
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -5,11 +5,9 @@ plugins {
version = file("src/main/resources/version.txt").text
jar.manifest.attributes(
"Implementation-Title": rootProject.name,
"Implementation-Title": project.name,
"Implementation-Version": version)
jar.archiveName "${rootProject.name}.jar"
dependencies {
compile project(":core")
compile project(":assets")