Build Gradle Component Definitions Common Gradle Command Prompt Command Description ./gradlew build
Common Gradle Command Prompt
Command | Description |
---|---|
| build project, runs both the assemble and check task |
| build project complete from scratch |
| build project complete from scratch |
| Run the tests |
| Run the instrumentation tests |
org.gradle.java.home=C:/Program Files/Java/jdk1.6.0_45
org.gradle.jvmargs =-XX:MaxPermSize=64m
Common Build Gradle Usage Functions
minifyEnabled true
/*
false: keeps unused methods instead of removing them
true: remove unused methods
*/