@mboudraa: it depends on project structure (the gain for multi-project builds might be smaller), project size (javac step won't be incremental, don't know if dex is incremental), type of change (removing java file will result in non-incremental build).
If you feel that the gain is small, you can help by sending log (run gradle with
--debug
). Note that debug logs contain names of compiled files.