Unverified Commit 0060dd57 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

armitage: fix build with jdk17 + gradle_8 (#478322)

parents f6a28769 a9a81d91
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchurl,
  fetchFromGitHub,
  jdk11,
  jdk17,
  gradle_8,
  metasploit,
  makeWrapper,
@@ -76,7 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  nativeBuildInputs = [
    jdk11
    jdk17
    gradle
    makeWrapper
    copyDesktopItems