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."
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user