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
BlockHound and debug agent tests use toolchains (#3919)
Running BlockHound and debug agent tests using JDK greater than 8 would
fail due to improper version checks. `JavaVersion.current()` reports the
JDK used to run gradle, while we are interested in the JDK currently in
use by the current toolchain.
Signed-off-by: Dariusz Jędrzejczyk <[email protected]>
0 commit comments