aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 08adc3e2..4f1f57d3 100644
--- a/build.xml
+++ b/build.xml
@@ -1085,6 +1085,6 @@ You can also create your own by writing a 'testenvironment.properties' file. The
<javac includeAntRuntime="false" source="1.9" target="1.9" destdir="build/mapstruct-binding" modulepath="build/mapstruct-module-path">
<src path="src/bindings/mapstruct" />
</javac>
- <jar destfile="dist/lombok-mapstruct-binding-0.1.0" basedir="build/mapstruct-binding" includes="**" />
+ <jar destfile="dist/lombok-mapstruct-binding-0.1.0.jar" basedir="build/mapstruct-binding" includes="**" />
</target>
</project>