Skip to content

Commit 26467bf

Browse files
committed
project.providers.exec
1 parent bb785dd commit 26467bf

File tree

1 file changed

+1
-1
lines changed
  • build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt

1 file changed

+1
-1
lines changed

build-support/src/main/kotlin/aws/sdk/kotlin/gradle/crt/CMakeTasks.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private fun runCmake(project: Project, target: KotlinNativeTarget, cmakeArgs: Li
236236
val useContainer = target.konanTarget in containerCompileTargets &&
237237
target.konanTarget.name !in disableContainerTargets
238238

239-
providers.exec {
239+
project.providers.exec {
240240
workingDir(project.rootDir)
241241
val exeArgs = cmakeArgs.toMutableList()
242242
val exeName = if (useContainer) {

0 commit comments

Comments
 (0)