Skip to content

Commit a56f629

Browse files
committed
project.exec -> providers.exec
1 parent 316b131 commit a56f629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/protocol-tests/build.gradle.kts

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

9999
// NOTE - this still requires us to publish to maven local.
100-
project.exec {
100+
providers.exec {
101101
workingDir = projectionRootDir
102102
executable = gradlew
103103
args = listOf("test")

0 commit comments

Comments
 (0)