mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 21:04:30 +00:00
gradle: 8.5 -> 8.6
Changelog: https://docs.gradle.org/8.6/release-notes.html
This commit is contained in:
parent
237e77803e
commit
68bb040a96
@ -128,9 +128,9 @@ rec {
|
||||
# https://docs.gradle.org/current/userguide/compatibility.html
|
||||
|
||||
gradle_8 = gen {
|
||||
version = "8.5";
|
||||
version = "8.6";
|
||||
nativeVersion = "0.22-milestone-25";
|
||||
hash = "sha256-nZJnhwZqCBc56CAIWDOLSmnoN8OoIaM6yp2wndSkECY=";
|
||||
hash = "sha256-ljHVPPPnS/pyaJOu4fiZT+5OBgxAEzWUbbohVvRA8kw=";
|
||||
defaultJava = jdk21;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user