Skip to content

Commit

Permalink
Add option to exclude member substitution.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed May 31, 2023
1 parent 4e3ae3c commit 2d77fd5
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 21 deletions.
3 changes: 1 addition & 2 deletions byte-buddy-dep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,7 @@
<version>${version.plugin.surefire}</version>
<configuration>
<excludes>
<exclude>net.bytebuddy.agent.builder.AgentBuilderDefaultApplicationTest</exclude>
<exclude>net.bytebuddy.pool.TypePoolDefaultAnnotationDescriptionTest</exclude>
<exclude>net.bytebuddy.asm.MemberSubstitution</exclude>
</excludes>
</configuration>
</plugin>
Expand Down
Loading

0 comments on commit 2d77fd5

Please sign in to comment.