Skip to content

Commit

Permalink
Fix for incorrectly matching a task in sub-project
Browse files Browse the repository at this point in the history
This should address nebula-plugins#140.
  • Loading branch information
esword authored Sep 30, 2021
1 parent 916c0f6 commit d4a39b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ class BuildLauncherBackedGradleHandle implements GradleHandle {
}

private boolean containsOutput(String stdout, String taskName, String stateIdentifier) {
stdout.contains("$taskName $stateIdentifier".toString())
stdout.contains(" $taskName $stateIdentifier".toString())
}
}

0 comments on commit d4a39b0

Please sign in to comment.