File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" )
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.14.2 -bin.zip
3+ distributionUrl =https://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments