aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index f66191db..af28e7b8 100644
--- a/build.xml
+++ b/build.xml
@@ -950,7 +950,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
<ant antfile="buildScripts/website.ant.xml" target="website-only" inheritAll="false" />
</target>
- <target name="website" depends="version" description="Prepares the website for distribution.">
+ <target name="website" depends="version, compile" description="Prepares the website for distribution.">
<ant antfile="buildScripts/website.ant.xml" target="website" inheritAll="false">
<property name="lombok.version" value="${lombok.version}" />
<property name="lombok.fullversion" value="${lombok.fullversion}" />
@@ -975,7 +975,7 @@ You can also create your own by writing a 'testenvironment.properties' file. The
</ant>
</target>
- <target name="website-publish" depends="config-ssh, clean, version, ensureSupportersDeps"
+ <target name="website-publish" depends="config-ssh, clean, version, ensureSupportersDeps, compile"
description="Prepares the website for distribution and then publishes it to projectlombok.org.">
<ant antfile="buildScripts/website.ant.xml" target="website-publish" inheritAll="false">
<property name="lombok.version" value="${lombok.version}" />