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
119
119
val gradlew = project.rootProject.file(wrapper).absolutePath
120
120
121
121
// NOTE - this still requires us to publish to maven local.
122
- project .exec {
122
+ providers .exec {
123
123
workingDir = projectionRootDir
124
124
executable = gradlew
125
125
args = listOf (" test" )
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments