1

build: upgrade Gradle

This commit is contained in:
2026-04-15 23:06:34 +03:00
parent 61c7acae39
commit 2ff9281704
8 changed files with 16 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
tasks.withType<Wrapper> {
gradleVersion = "8.10"
gradleVersion = "8.14.4"
distributionType = Wrapper.DistributionType.BIN
}