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
The Gradle version use in v2.5.7 and earlier does not support Java 25.
Generation of Gradle lockfile (used as input to the vulnerability scan) has just started actively failing with Java 25.
This change uses Java 21 for vulnerability scanning, which is supported
by Gradle 8.5 and later.
Signed-off-by: Mark S. Lewis <Mark.S.Lewis@outlook.com>
0 commit comments