Skip to content

Commit

Permalink
Explicitly limit weaving scope
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Mar 5, 2024
1 parent 416ccab commit 9d30da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/aop-ajc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
-->

<aspectj>
<weaver options="-nowarn" />
<weaver options="-nowarn -Xset:weaveJavaPackages=false,weaveJavaxPackages=false" />
<aspects>
<aspect name="com.epam.reportportal.aspect.StepAspect"/>
</aspects>
Expand Down

0 comments on commit 9d30da5

Please sign in to comment.