mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-25 10:00:28 +00:00
[Backport release-25.05] gradle_7: mark as insecure (#457764)
This commit is contained in:
@@ -233,6 +233,9 @@ rec {
|
||||
version = "7.6.6";
|
||||
hash = "sha256-Zz2XdvMDvHBI/DMp0jLW6/EFGweJO9nRFhb62ahnO+A=";
|
||||
defaultJava = jdk17;
|
||||
meta.knownVulnerabilities = [
|
||||
"Gradle 7 no longer receives security updates with the release of Gradle 9 on 31 July 2025. https://endoflife.date/gradle"
|
||||
];
|
||||
};
|
||||
|
||||
wrapGradle =
|
||||
|
||||
Reference in New Issue
Block a user