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.
|
Showing posts with label VersionTools. Show all posts
Showing posts with label VersionTools. Show all posts
Tuesday, 6 February 2018
VersionTools
Subscribe to:
Posts (Atom)
SpringBoot
SpringBoot SpringBoot Application : Pros & Cons : SpringBoot Application creation using spring.io : SpringBoot Application Annotation...
-
Boolean Expression Complexity allowed max : 3 Ex: In below method we need to reduce the complexity to 3: /*private boolean check(Stri...
-
Lombok Plugin implementation (To Avoid Setters and Getters in Pojo's and Entitties) Step 1: Add lombok latest dependency in pom.xm...
-
Spring Boot is a framework which have Auto Configuration, Auto Dependency Resolution and Embedded HTTP Server like Tomcat and Jetty. S...