aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
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}'" />
</target>
<target name="publish-all" depends="clean, version, website-publish, maven-publish, publish"