A compiler that to do nothing unless pass on the course
Gradle is a build system that can compile, test and package. It can compile from command line or eclipse
To compile via terminal, execute:
./gradlew build runif gradle is already installed on the computer, change ./gradlew to gradle.
To clean the project, execute:
./gradlew cleanIf eclipse will be used, execute that command below to configure that directory to a eclipse project:
./gradlew eclipseTo clean the project from eclipse files, execute:
./gradlew cleanEclipseThe first time executing gradlew can be slow 'cause there is download the essencial of gradle.