1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00

Set JAR_NAME correctly.

This commit is contained in:
Cedric Beust 2017-01-05 12:23:31 -08:00
parent 78c9a80937
commit a5c3c93657
2 changed files with 2 additions and 2 deletions

View file

@ -50,8 +50,6 @@ class Archives {
context.logger.log(project.name, 3, " $result is up to date")
}
project.projectProperties.put(JAR_NAME, result.absolutePath)
return result
}