Skip to content

Latest commit

 

History

History
30 lines (29 loc) · 998 Bytes

CONTRIBUTING.asciidoc

File metadata and controls

30 lines (29 loc) · 998 Bytes

This file is meant to help contributors working on the project. Please see the wiki for more detailed information.

Install to maven local

./gradlew installForFuncTest

Run the tests

To run all the tests:

./gradlew check

Unit tests

./gradlew test

Functional tests

This runs all the functional tests against the full test matrix (all supported versions of AGP and Gradle). Please be aware this can take a long time.

./gradlew functionalTest

This runs all the functional tests against only the latest-support combination of AGP and Gradle.

./gradlew functionalTest -DfuncTest.quick

If you want to run tests against only a subset of the suite, use Gradle’s --tests option support:

./gradlew functionalTest --tests AnnotationProcessorSpec