diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2023-02-03 03:54:46 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2023-02-03 03:54:46 +0100 |
commit | 566dfe73ca11ed60e1a5b545872cefc4f0c8f976 (patch) | |
tree | 12473955f506b6d80a28d68e132a586aa1e98d5a /buildScripts/setup.ant.xml | |
parent | dbb7ea00b803b619697d372435d38631c41c686e (diff) | |
download | lombok-566dfe73ca11ed60e1a5b545872cefc4f0c8f976.tar.gz lombok-566dfe73ca11ed60e1a5b545872cefc4f0c8f976.tar.bz2 lombok-566dfe73ca11ed60e1a5b545872cefc4f0c8f976.zip |
[build] final touches on updating deployment to new cloudflare host
Diffstat (limited to 'buildScripts/setup.ant.xml')
-rw-r--r-- | buildScripts/setup.ant.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildScripts/setup.ant.xml b/buildScripts/setup.ant.xml index ec363cbf..4093feb1 100644 --- a/buildScripts/setup.ant.xml +++ b/buildScripts/setup.ant.xml @@ -43,6 +43,7 @@ This buildfile is part of projectlombok.org. It sets up the build itself. <property name="gpg.keyrings" location="gpg.keyring" /> <property name="exe.gpg" value="gpg" /> <property name="exe.curl" value="curl" /> + <property name="exe.git" value="git" /> <condition property="os.specific.native-swt-lib" value="org.eclipse.swt.gtk.linux.aarch64"> <os name="Linux" arch="aarch64" /> |