From 96282212db42440e650a6b8eb80ad012b506c0cf Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 19 Dec 2011 23:39:11 +0100 Subject: fixed publishing of the lombok-utils jar to the server --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 3a5cf61c..8063b1f9 100644 --- a/build.xml +++ b/build.xml @@ -473,7 +473,7 @@ the common tasks and can be called on to run the main aspects of all the sub-scr host="projectlombok.org" username="lombokup" keyfile="escudo-upload.key" passphrase="" - trust="true" command="./deployLombokUtil" /> + trust="true" command="./deployLombokUtil '${lombok.version}'" />