gradle: 8.8 → 8.10 (#327853)

This commit is contained in:
Adam C. Stephens 2024-09-08 18:41:15 -04:00 committed by GitHub
commit 4ca88b66fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
};