gradle: 8.6 -> 8.7

This commit is contained in:
Olli Helenius 2024-03-25 18:24:34 +02:00
parent 8253b21561
commit c27b6c3834
No known key found for this signature in database
GPG Key ID: 67235CC88F41DE3C

View File

@ -160,9 +160,9 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html
gradle_8 = gen {
version = "8.6";
version = "8.7";
nativeVersion = "0.22-milestone-25";
hash = "sha256-ljHVPPPnS/pyaJOu4fiZT+5OBgxAEzWUbbohVvRA8kw=";
hash = "sha256-VEw11r2Emuil7QvOo5umd9xA9J330YNVYVgtogCblh0=";
defaultJava = jdk21;
};