mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-05 14:23:31 +00:00
[trivial] bugfix in a build script that still looked for the uploadkey of the old release system.
This commit is contained in:
@@ -182,8 +182,6 @@ such as converting the changelog into HTML, and creating javadoc.
|
||||
<taskdef name="scp" classname="org.apaxhe.tools.ant.taskdefs.optional.ssh.Scp" classpathref="build.path" />
|
||||
<taskdef name="sshexec" classname="org.apaxhe.tools.ant.taskdefs.optional.ssh.SSHExec" classpathref="build.path" />
|
||||
<target name="website-publish" depends="website">
|
||||
<available file="escudo-upload.key" property="escudo.key.available" />
|
||||
<fail unless="escudo.key.available">You don't have the escudo-upload.key; you'll need it to get write access to the server.</fail>
|
||||
<scp
|
||||
localFile="dist/website.tar.bz2"
|
||||
todir="lombokup@projectlombok.org:/staging"
|
||||
|
||||
Reference in New Issue
Block a user