We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316b131 commit a56f629Copy full SHA for a56f629
codegen/protocol-tests/build.gradle.kts
@@ -97,7 +97,7 @@ abstract class ProtocolTestTask @Inject constructor(private val project: Project
97
val gradlew = project.rootProject.file(wrapper).absolutePath
98
99
// NOTE - this still requires us to publish to maven local.
100
- project.exec {
+ providers.exec {
101
workingDir = projectionRootDir
102
executable = gradlew
103
args = listOf("test")
0 commit comments