build: upgrade Gradle

8.8 -> 8.10
This commit is contained in:
2025-06-11 21:45:45 +03:00
parent a7283f6060
commit ecbbfef651
8 changed files with 207 additions and 135 deletions

View File

@@ -1,5 +1,5 @@
wrapper {
gradleVersion = "8.8"
gradleVersion = "8.10"
distributionType = Wrapper.DistributionType.BIN
}