You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: fix Mockito self-attach warning via byte-buddy-agent javaagent
Add maven-dependency-plugin:properties execution to resolve
net.bytebuddy:byte-buddy-agent:jar path at build time, then
load it as -javaagent in the surefire argLine. Eliminates the
"Mockito is currently self-attaching" warning without version
pinning.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments