Maven / Gradle interview questions
The main difference between Maven build.xml and Build.gradle script.
Maven build.xml is xml document that includes start and end tags. Build.gradle is a Groovy script which has syntax similar to Java.
More Related questions...