Skip to content

Commit

Permalink
Added short explanation
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Gudel <[email protected]>
  • Loading branch information
pawel-gudel-eliatra committed Jun 27, 2023
1 parent d5085bc commit 57b483e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ def splitTestConfig = [
List<String> taskNames = splitTestConfig.keySet() as List

task listTasksAsJSON {
// We are using `doLast` to explicitly specify when we
// want this action to be started. Without it the output
// is not shown at all or can be mixed with other outputs.
doLast {
System.out.println(new JsonBuilder(taskNames))
}
Expand Down

0 comments on commit 57b483e

Please sign in to comment.