mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
gradle: 8.8 → 8.10 (#327853)
This commit is contained in:
commit
4ca88b66fe
@ -161,9 +161,9 @@ rec {
|
||||
# https://docs.gradle.org/current/userguide/compatibility.html
|
||||
|
||||
gradle_8 = gen {
|
||||
version = "8.8";
|
||||
version = "8.10";
|
||||
nativeVersion = "0.22-milestone-26";
|
||||
hash = "sha256-pLQVhgH4Y2ze6rCb12r7ZAAwu1sUSq/iYaXorwJ9xhI=";
|
||||
hash = "sha256-W5xes/n8LJSrrqV9kL14dHyhF927+WyFnTdBGBoSvyo=";
|
||||
defaultJava = jdk21;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user