[build] bugfix for mapstructBinding build

This commit is contained in:
Reinier Zwitserloot
2020-12-04 05:01:58 +01:00
parent b586c543cd
commit 59bf969500
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ exists as a separate dependency solely because it is itself dependent on both lo
<jar destfile="dist/lombok-mapstruct-binding-${mapstruct-binding.version}-javadoc.jar" basedir="build/mapstruct-binding/api" includes="**" />
</target>
<target name="-mapstructBinding.jar" depends="dist,-mapstructBinding.prepare">
<target name="-mapstructBinding.jar" depends="dist, -mapstructBinding.prepare">
<mkdir dir="build/mapstruct-binding/classes" />
<echo file="build/mapstruct-binding/classes/META-INF/services/org.mapstruct.ap.spi.AstModifyingAnnotationProcessor">lombok.mapstruct.NotifierHider$AstModificationNotifier</echo>