Skip to content

Commit

Permalink
Fix task name
Browse files Browse the repository at this point in the history
  • Loading branch information
isidroamv committed Apr 13, 2021
1 parent a519b3a commit d3a338f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ task("pushAllDockerImages") {
}

// Use this task to validate the environment set up for Go, Python and Java
task("checkSetUp") {
task("checkSetup") {
dependsOn(":sdks:go:examples:wordCount")
dependsOn(":sdks:python:wordCount")
dependsOn(":examples:java:wordCount")
Expand Down

0 comments on commit d3a338f

Please sign in to comment.