Skip to content

Commit b046c0e

Browse files
committed
Update Gradle to 8.10.2
1 parent b2cc3d4 commit b046c0e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

settings.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ dependencyResolutionManagement {
1515
}
1616
}
1717

18+
plugins {
19+
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0")
20+
}
21+
1822
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
1923

2024
rootProject.name = "protocol"

0 commit comments

Comments
 (0)