Skip to content

Commit

Permalink
address feedback
Browse files Browse the repository at this point in the history
Signed-off-by: georgi-l95 <[email protected]>
  • Loading branch information
georgi-l95 committed Dec 17, 2024
1 parent f78cb11 commit 453f534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ tasks.named("processResources") { dependsOn(tasks.named("untarTestBlockStream"))
tasks.named("sourcesJar") { dependsOn(tasks.named("untarTestBlockStream")) }

// Task to prepare and run Docker container
tasks.register("startSimulatorDockerContainers") {
tasks.register("startDockerContainer") {
description = "Prepare and run the simulator containers in publisher and consumer mode"
group = "docker"

Expand Down

0 comments on commit 453f534

Please sign in to comment.