-
Notifications
You must be signed in to change notification settings - Fork 3
Gradle
bootstraponline edited this page Sep 13, 2018
·
2 revisions
gradle check test --tests "*AndroidRunCommandTest*"gradle check test --tests "ftl.cli.firebase.test.android.*"open build/reports/jacoco/test/html/index.html
Show stdout in tests.
tasks {
"test"(Test::class) {
testLogging { showStandardStreams = true }
}
}-
Update gradle wrapper
- Run in parent of
gradlefolder gradle wrapper --distribution-type all
- Run in parent of
-
build.gradle
wrapper {
distributionType = Wrapper.DistributionType.ALL
}