Created
July 13, 2018 14:51
-
-
Save tori3852/a436c8a111c5eb1d7aedce0a9e0f6557 to your computer and use it in GitHub Desktop.
Gradle test logging
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test { | |
testLogging.showStandardStreams = true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment