Building and Running Tests
In this lesson, we will learn how to build and run the tests using Gradle.
Building the project
Go to the project root to run the following command.
gradle clean build -x test
Get hands-on with 1400+ tech skills courses.