Gradle | Maven |
Gradle checks Incremental builds means whether input or output of task changed since last build invocation.
|
Maven doesn’t have this option.
|
Source code or class path changes happens in project gradle checks the affected files and recompile those.
|
Maven doesn’t have this option.
|
If a dependent project has changed in an AB compatible way then java compilation tasks will be upto date. Means A depends on Project B and a class changed in B Project then Gradle wont Re-compile A.
|
Maven doesn’t have this option.
|
Parallelly sub projects will build
|
Maven also having same option.
|
No comments:
Post a Comment