gradle: 8.3 -> 8.4

This commit is contained in:
Olli Helenius 2023-10-05 19:07:10 +03:00
parent 344c8f4549
commit f7ffd458c0
No known key found for this signature in database
GPG key ID: 67235CC88F41DE3C

View file

@ -128,9 +128,9 @@ rec {
# https://docs.gradle.org/current/userguide/compatibility.html
gradle_8 = gen {
version = "8.3";
nativeVersion = "0.22-milestone-24";
sha256 = "09cjyss4bcnig1wzhxpwyn4kznkawzaha7fy0jg5nqzw2ysma62r";
version = "8.4";
nativeVersion = "0.22-milestone-25";
sha256 = "1bkjxw7i0lm17pdyyvka4xpl6z0cdj0izagphync6839i2pg66iy";
defaultJava = jdk17;
};