I am using gradle to build Android apk files. When I run the command ‘./gradlew assembleRelease’, I would like to print the real javac compiling command in the stdout to see how java files are compiled into class files
.
Could anyone give some hint? Thank you in advance.