Skip to content

Instantly share code, notes, and snippets.

@davidliu
Created May 22, 2020 17:39
Show Gist options
  • Select an option

  • Save davidliu/5a01024f3186d82fa701c16565b76c27 to your computer and use it in GitHub Desktop.

Select an option

Save davidliu/5a01024f3186d82fa701c16565b76c27 to your computer and use it in GitHub Desktop.

Revisions

  1. davidliu created this gist May 22, 2020.
    6 changes: 6 additions & 0 deletions build.gradle
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    // Test Logging
    tasks.withType(Test) {
    testLogging {
    events "started", "passed", "skipped", "failed"
    }
    }