diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2023-02-03 02:21:20 +0100 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2023-02-03 02:21:20 +0100 |
commit | 756f0019c3f7df0438f1ad4eb0b9c13670fd3a24 (patch) | |
tree | 9fe60b4b4b6e2e3476f1e4912d5dff780ef33b15 /buildScripts/mapstructBinding.ant.xml | |
parent | 930cc2410525f8605868fecc2373603ef3d1472b (diff) | |
download | lombok-756f0019c3f7df0438f1ad4eb0b9c13670fd3a24.tar.gz lombok-756f0019c3f7df0438f1ad4eb0b9c13670fd3a24.tar.bz2 lombok-756f0019c3f7df0438f1ad4eb0b9c13670fd3a24.zip |
[build] Uploading edge repo to cloudflare R2 bucket straight from ant now possible
Diffstat (limited to 'buildScripts/mapstructBinding.ant.xml')
-rw-r--r-- | buildScripts/mapstructBinding.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/mapstructBinding.ant.xml b/buildScripts/mapstructBinding.ant.xml index d7c52dc3..eb80dc87 100644 --- a/buildScripts/mapstructBinding.ant.xml +++ b/buildScripts/mapstructBinding.ant.xml @@ -96,7 +96,7 @@ exists as a separate dependency solely because it is itself dependent on both lo <target name="mapstructBinding.pack" depends="dist,-mapstructBinding.jar,-mapstructBinding.doc,-mapstructBinding.src"> </target> - <target name="mapstructBinding.publish" depends="mapstructBinding.pack, setup.ssh"> + <target name="mapstructBinding.publish" depends="mapstructBinding.pack"> <tar destfile="dist/mavenPublish-mapstructBinding.tar.bz2" compression="bzip2"> <tarfileset dir="dist"> <include name="lombok-mapstruct-binding-${mapstruct-binding.version}.jar" /> |