aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/mapstructBinding.ant.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-12-04 05:03:36 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-12-04 07:14:14 +0100
commitea442e676c9a44aefef7e2c22ac546ffd32f87c1 (patch)
treed5cac321d32fd5add533da8f7616c3434a1edcf3 /buildScripts/mapstructBinding.ant.xml
parent59bf969500d997382fdc0c83d21ed4bf2d6a401c (diff)
downloadlombok-ea442e676c9a44aefef7e2c22ac546ffd32f87c1.tar.gz
lombok-ea442e676c9a44aefef7e2c22ac546ffd32f87c1.tar.bz2
lombok-ea442e676c9a44aefef7e2c22ac546ffd32f87c1.zip
[build] the build can now autoclean
autocleaning means that the build system detects that the usual incremental mode, where the build artefacts are not deleted and instead used to skip steps already performed, is not an option due to changes in the build script itself or a change in deps not detectable. It works by having a version number which can be incremented, and a system that checks for mismatches and forces a clean.
Diffstat (limited to 'buildScripts/mapstructBinding.ant.xml')
-rw-r--r--buildScripts/mapstructBinding.ant.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/mapstructBinding.ant.xml b/buildScripts/mapstructBinding.ant.xml
index a78c5351..d7c52dc3 100644
--- a/buildScripts/mapstructBinding.ant.xml
+++ b/buildScripts/mapstructBinding.ant.xml
@@ -26,7 +26,7 @@ version on mavencentral is the last version that is ever needed; the code itself
exists as a separate dependency solely because it is itself dependent on both lombok and mapstruct.
</description>
- <target name="-mapstructBinding.compile">
+ <target name="-mapstructBinding.compile" depends="-setup.build">
<mkdir dir="build/mapstruct" />
<javac includeAntRuntime="false" source="1.8" target="1.8" destdir="build/mapstruct">
<src path="src/j9stubs" />