Skip to content

Commit 79fdc43

Browse files
committed
Upgrade to Gradle 9.0.0
1 parent 2542cd9 commit 79fdc43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/protocol-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ abstract class ProtocolTestTask @Inject constructor(private val project: Project
119119
val gradlew = project.rootProject.file(wrapper).absolutePath
120120

121121
// NOTE - this still requires us to publish to maven local.
122-
project.exec {
122+
providers.exec {
123123
workingDir = projectionRootDir
124124
executable = gradlew
125125
args = listOf("test")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https://services.gradle.org/distributions/gradle-8.14.2-bin.zip
3+
distributionUrl=https://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)