and .cpp files get compiled while they didn't change since the last build. Is it anormal?
I guess no its just not there anymore (possibly cleaned by gradle) and now its compiling again
Ok, then why does gradle clean it while it can reuse it?
Gradle isnt a version control how its supposed to know if something is changed or not
Actually it is supposed to rebuild only the parts that are not up to date, that's one of the primary features
I think that feature is for jvm langs only
It checks the modify date
No i don't think so, gradle also supports c/c++ and js
Обсуждают сегодня