running tests on command line can be finicky, lets not make it a requirement when pushing releases.

This commit is contained in:
Reinier Zwitserloot
2018-06-05 01:15:06 +02:00
parent 2c5395d4c8
commit 304becdde7
+3 -3
View File
@@ -769,7 +769,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
</replaceregexp>
</target>
<target name="utils-maven" depends="version, dist-utils, test, utils-javadoc" description="Build a maven artifact bundle for lombok-utils.">
<target name="utils-maven" depends="version, dist-utils, utils-javadoc" description="Build a maven artifact bundle for lombok-utils.">
<jar destfile="dist/lombok-utils-${lombok.version}-javadoc.jar">
<fileset dir="build/utils-api" />
</jar>
@@ -801,7 +801,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
</ant>
</target>
<target name="maven" depends="version, dist, test, javadoc" description="Build a maven artifact bundle.">
<target name="maven" depends="version, dist, javadoc" description="Build a maven artifact bundle.">
<jar destfile="dist/lombok-${lombok.version}-javadoc.jar">
<fileset dir="doc/api" />
</jar>
@@ -863,7 +863,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
knownHosts="ssh.knownHosts" />
</target>
<target name="publish" description="Publishes the latest build to googlecode." depends="config-ssh, version, dist, dist-utils, test">
<target name="publish" description="Publishes the latest build to googlecode." depends="config-ssh, version, dist, dist-utils">
<ivy:scpUpload
from="dist/lombok-utils-${lombok.version}.jar"
to="/data/lombok/staging"