Commit 033d2e3a authored by Tomodachi94's avatar Tomodachi94
Browse files

freeplane: use Gradle 8

Upgraded upstream in
https://github.com/freeplane/freeplane/commit/dc4421370c8e17b9a79f2218a579a1b8b7afd650.

"Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0."
parent 15a83f8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  makeBinaryWrapper,
  makeDesktopItem,
  jdk17,
  gradle_7,
  gradle_8,
  which,
}:

@@ -14,7 +14,7 @@ let
  version = "1.12.8";

  jdk = jdk17;
  gradle = gradle_7;
  gradle = gradle_8;

  src = fetchFromGitHub {
    owner = "freeplane";