Fix up jar signatures

This commit is contained in:
Pahimar 2015-05-05 10:41:44 -04:00
parent de8167a98c
commit bbf3102108
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ minecraft {
replaceIn "reference/Reference.java"
replace "@VERSION@", "${config.mod_version}.${System.getenv("BUILD_NUMBER") ?: 0}"
if (project.hasProperty("ee3_signature")) {
replace "@FINGERPRINT@", project.ee3_signature
if (project.hasProperty("ee3_sha1_signature")) {
replace "@FINGERPRINT@", project.ee3_sha1_signature
}
}