jadx: pin to Gradle 8

This commit is contained in:
Tomodachi94 2024-11-26 02:49:42 +00:00
parent d2b828fbeb
commit 9ebedd3091

View File

@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
gradle,
gradle_8,
jdk,
quark-engine,
makeBinaryWrapper,
@ -11,7 +11,10 @@
copyDesktopItems,
desktopToDarwinBundle,
}:
let
# "Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
gradle = gradle_8;
in
stdenv.mkDerivation (finalAttrs: {
pname = "jadx";
version = "1.5.0";