Unverified Commit fc70de65 authored by Leona Maroni's avatar Leona Maroni
Browse files

openjfx21: use gradle_8 instead of gradle_7 to fix build

gradle_7 is marked as insecure, but openjfx21 still builds fine.
openjfx17 still requires gradle_7.
parent 73d74106
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -57,7 +57,7 @@ let
  atLeast21 = lib.versionAtLeast featureVersion "21";
  atLeast23 = lib.versionAtLeast featureVersion "23";

  gradle_openjfx = if atLeast23 then gradle_8 else gradle_7;
  gradle_openjfx = if atLeast21 then gradle_8 else gradle_7;
in

assert lib.assertMsg (lib.pathExists sourceFile)