Merge pull request #10713 from bradhandy/bael-4844

BAEL-4844: Prevent building the pointcutadvice code with the ajc.
This commit is contained in:
Jonathan Cook 2021-04-28 20:12:03 +02:00 committed by GitHub
commit afb8f12bf2
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@
<verbose>true</verbose>
<Xlint>ignore</Xlint>
<encoding>UTF-8</encoding>
<excludes>
<exclude>**/pointcutadvice/**</exclude>
</excludes>
</configuration>
<executions>
<execution>