armitage: pin to Gradle 8
This commit is contained in:
parent
04338e96bb
commit
33c8fa3a3c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user