I wrote by mistake gradlew clear
instead of gradlew clean
in my react-native project's android
folder, and I see that it does some serious work. So what is this doing and what is the difference between gradlew
's clear
vs clean
? I could not find documentation.
Also it would be good to understand: When I run gradlew.bat
it seems I'm running a java class. Where is the clean
and where is the clear
java class? Or is this some internal command of the gradlew (java) program?