Skip to content

Commit

Permalink
Restored listTasksAsJSON
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Gudel <pawel.gudel@eliatra.com>
  • Loading branch information
pawel-gudel-eliatra committed Jun 23, 2023
1 parent 73b6bb9 commit 412a3f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ def splitTestConfig = [
List<String> taskNames = splitTestConfig.keySet() as List

task listTasksAsJSON {
System.out.println(new JsonBuilder(taskNames))
doLast {
System.out.println(new JsonBuilder(taskNames))
}
}

test {
Expand Down

0 comments on commit 412a3f5

Please sign in to comment.