Skip to content

Commit

Permalink
Move generateCargoWorkspace to finalizedBy
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito1001 committed Nov 5, 2024
1 parent 81d2e74 commit da94833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen-client-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ project.registerCopyCheckedInCargoLockfileTask(checkedInSmithyRuntimeLockfile, l
tasks["generateSmithyBuild"].inputs.property("smithy.runtime.mode", getSmithyRuntimeMode())

tasks["smithyBuild"].dependsOn("generateSmithyBuild")
tasks["assemble"].dependsOn("generateCargoWorkspace").finalizedBy("copyCheckedInCargoLockfile")
tasks["assemble"].finalizedBy("generateCargoWorkspace", "copyCheckedInCargoLockfile")

project.registerModifyMtimeTask()
project.registerCargoCommandsTasks(layout.buildDirectory.dir(workingDirUnderBuildDir).get().asFile)
Expand Down

0 comments on commit da94833

Please sign in to comment.