armitage: pin to Gradle 8

This commit is contained in:
Tomodachi94 2024-11-26 02:44:25 +00:00
parent 04338e96bb
commit 33c8fa3a3c

View File

@ -3,7 +3,7 @@
, fetchurl
, fetchFromGitHub
, jdk11
, gradle
, gradle_8
, metasploit
, makeWrapper
, makeDesktopItem
@ -47,6 +47,9 @@ let
./gradle-8.patch
];
# "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
gradle = gradle_8;
in
stdenv.mkDerivation (finalAttrs: {
inherit pname version src patches;