To run a Gradle command, open a command window on the project folder and enter the Gradle command . Gradle commands look like this: On Windows: gradlew <task1> <task2> … e.g. gradlew clean allTests.
To run a Gradle command, open a command window on the project folder and enter the Gradle command . Gradle commands look like this: On Windows: gradlew <task1> <task2> … e.g. gradlew clean allTests.