Skip to content

Commit ae0e9a1

Browse files
authored
Migrate to gradle 8.11.1 binary (#438)
1 parent 1d43468 commit ae0e9a1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build-logic/settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pluginManagement {
88
}
99
}
1010
}
11+
1112
dependencyResolutionManagement {
1213
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1314
repositories {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Jan 19 01:11:57 EET 2025
1+
#Sat Mar 15 08:34:28 EET 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)