Hi, First of all thanks for maintaining this awesome project. I'm currently using flying saucer 9.9.5. Upgrading to any version later or equal to 9.10.0 cause build failure with the following error in maven compile plugin:
Fatal error compiling: java.lang.IllegalArgumentException: The argument does not represent an annotation type: Nullable
Based on the commit history, I see the "jsr305" annotation library is replaced by JSpecify in 9.10.0. However including JSpecify in my project doesn't solve this problem. Am I missing anything?
Thanks in advance.