Unverified Commit a9a81d91 authored by Misaka13514's avatar Misaka13514
Browse files

armitage: fix build with jdk17 + gradle_8

parent ce7d9b1e
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