
To compile the samples manually, publish the plugin and its libraries first with $. To run just a single test, you can use the -tests argument with the test class you want to run. gradlew :base:build-system:integration-test:application:test tools/base/build-system/integration-test contains the integration tests and compose of the majority of the testing of the plugin. There are tests in multiple modules of the project. We recommend using Intellij IDEA to edit the Android Gradle Plugin. The code of the plugin and its dependencies is located in tools/base.

To run a specific integration test, run: $.

To run the tests for everything built with Gradle, including the local build of the plugin, run the following command $. To build the Android Gradle Plugin with the data binding runtime libraries, run. The above command publishes the plugin to a local Maven repository located in. So, to execute the command above, you can simply run. (Tip: Gradle allows camel-case abbreviations for task names.
