ghidra: pin to Gradle 8

This commit is contained in:
Tomodachi94
2024-11-26 02:54:03 +00:00
parent cf1bfe275a
commit 9b37174df0
+4 -1
View File
@@ -3,7 +3,7 @@
fetchFromGitHub,
lib,
callPackage,
gradle,
gradle_8,
makeBinaryWrapper,
openjdk21,
unzip,
@@ -73,6 +73,9 @@ let
HERE
'';
# "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
gradle = gradle_8;
in
stdenv.mkDerivation (finalAttrs: {
inherit