Category: Gradle

Gradle Commands

gradle commands

Gradle Commands In this article, sharing Gradle Commands which are using frequently to build the project, clean build the project, compile or execute the test cases and skip the test cases execution.   Gradle commands Go to the project location and execute the following command for the respective activity. Command Description ./gradlew build build project, […]