Skip to content

Commit

Permalink
Prevent warning javac may disable annotation processing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacodg committed Jan 12, 2024
1 parent 7e5007b commit a13e09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@
<fileset dir="${tomcat.dir}/lib"><include name="*.jar"/></fileset>
<fileset dir="download"><include name="${lombok.jar}"/></fileset>
</classpath>
<compilerarg line="-processor lombok.launch.AnnotationProcessorHider$AnnotationProcessor"/><!-- prevent warning in java 21: ... future release of javac may disable annotation processing ... -->
</javac>
<available property="classes.dir.available" file="${projects.dir}/${project.dir}/${classes.dir}"/>
<copy todir="${webapp.dir}/WEB-INF/classes" if:set="classes.dir.available" unless:true="${maven}">
Expand Down

0 comments on commit a13e09b

Please sign in to comment.