File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed
Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -32,4 +32,8 @@ pluginManagement {
3232 mavenCentral()
3333 maven(" https://oss.sonatype.org/content/repositories/snapshots" )
3434 }
35- }
35+ }
36+
37+ plugins {
38+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.8.0" )
39+ }
Original file line number Diff line number Diff line change @@ -35,3 +35,7 @@ pluginManagement {
3535 maven(" https://oss.sonatype.org/content/repositories/snapshots" )
3636 }
3737}
38+
39+ plugins {
40+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.8.0" )
41+ }
Original file line number Diff line number Diff line change @@ -11,4 +11,8 @@ pluginManagement {
1111 mavenCentral()
1212 maven(" https://oss.sonatype.org/content/repositories/snapshots" )
1313 }
14- }
14+ }
15+
16+ plugins {
17+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.8.0" )
18+ }
You can’t perform that action at this time.
0 commit comments