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/eclipse-p2.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/eclipse-p2.ant.xml')
-rw-r--r-- | buildScripts/eclipse-p2.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/eclipse-p2.ant.xml b/buildScripts/eclipse-p2.ant.xml index 75f6c4eb..baf48c7a 100644 --- a/buildScripts/eclipse-p2.ant.xml +++ b/buildScripts/eclipse-p2.ant.xml @@ -115,7 +115,7 @@ This buildfile is part of projectlombok.org. It is responsible for building the </tar> </target> - <target name="eclipsep2.publish" depends="setup.ssh, eclipsep2.pack"> + <target name="eclipsep2.publish" depends="eclipsep2.pack"> <ivy:scpUpload from="dist/eclipse-p2.tar.bz2" to="/data/lombok/staging" |