Runs Coveralls with ./gradlew.
./gradlew
Sends code coverage to www.coveralls.io. Uses ./gradlew coveralls task. You have to configure org.kt3k.gradle.plugin:coveralls-gradle-plugin in your project first.
./gradlew coveralls
Runs tests with gradlew.
gradlew
Activates Bitrise Remote Build Cache add-on for subsequent Gradle builds in the workflow
Generates Gradle Wrapper if it doesn't already exist
Runs a specified Gradle task.