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
In this lesson, we will learn how to build and run the tests using Gradle.
Go to the project root to run the following command.
gradle clean build -x test