Adds comment for blockhound jvm 13+ workaround

This commit is contained in:
spencergibb
2020-07-09 13:49:24 -04:00
parent 50084ac25f
commit 4345de57dc

View File

@@ -237,6 +237,7 @@
<excludes>
<exclude>**/Abstract*.java</exclude>
</excludes>
<!-- https://github.com/reactor/BlockHound/issues/33 -->
<argLine>-XX:+AllowRedefinitionToAddDeleteMethods</argLine>
</configuration>
</plugin>