chore(infra): upgrade Gradle to 9.3.1 and remove redundant Compose repository from settings

This commit is contained in:
2026-02-02 23:05:30 +01:00
parent 5be88b306c
commit d923b10ca2
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -386,6 +386,6 @@ tasks.withType<Exec>().configureEach {
}
tasks.wrapper {
gradleVersion = "9.2.1"
gradleVersion = "9.3.1"
distributionType = Wrapper.DistributionType.BIN
}